-
-
Notifications
You must be signed in to change notification settings - Fork 264
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
pragma(inline) not implemented #1200
Comments
|
|
|
Is the behavior of pragma(inline, false) the same as pragma(LDC_never_inline) ? |
Yes, but BTW |
|
(I'm working on this :) ) |
|
#1577 has been merged. |
We need to figure out if/how we want to support it soon (use the front-end inliner or not, …). Currently, its usefulness is questionable, though, as it is only active with
-inline, and doesn't seem to properly do cross-module inlining.The text was updated successfully, but these errors were encountered: