#214: Stack overflow when compiler macro with fallback is triggered ----------------------+----------------------------------------------------- Reporter: mevenson | Owner: ehuelsmann Type: defect | Status: accepted Priority: minor | Milestone: 1.1.0 Component: compiler | Version: 1.0.1 Keywords: | ----------------------+-----------------------------------------------------
Comment(by https://www.google.com/accounts/o8/id?id=aitoawnrjeu10nytjdblqsat_gbkbigkyi8...):
I realize you've already accepted the ticket, but to clarify the purpose here (maybe you missed my follow-up) -- sometimes fallback is decided inside the expansion, where we pass the already-evaluated arguments to the notinline call.
Ideally fallback is determined at compile-time, but that's not always possible.