-
Notifications
You must be signed in to change notification settings - Fork 193
function inlining can prevent optimization #226
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Comments
Indeed, we should probably disable inlining when any of the inner or outer function contain a Also, at the moment, the toplevel of all modules are concatenated, so if there is a |
partially implemented in #230 |
here is a simple example that fails because of the wrapping of
@Drup (is not a bug). This is the bug responsible of |
inlining the code of an optimizable function could make this code unoptimized
https://github.com/petkaantonov/bluebird/wiki/Optimization-killers#2-unsupported-syntax
The text was updated successfully, but these errors were encountered: