Skip to content
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

dart2js: need way of avoiding inlining for code in lib/ #10903

Closed
kasperl opened this issue May 28, 2013 · 7 comments
Closed

dart2js: need way of avoiding inlining for code in lib/ #10903

kasperl opened this issue May 28, 2013 · 7 comments

Comments

@kasperl
Copy link

kasperl commented May 28, 2013

Sometimes, it would be nice to be able to control the inlining decisions made for the internal code in lib/. We should consider using some kind of annotation for this. Maybe something like:

   @­noinline
   foo() { ... }

@peter-ahe-google
Copy link
Contributor

Why not for tests? Why not for user code?

@kasperl
Copy link
Author

kasperl commented May 28, 2013

Added TriageForM5 label.

@kasperl
Copy link
Author

kasperl commented May 28, 2013

Removed TriageForM5 label.

@kasperl
Copy link
Author

kasperl commented Jul 10, 2014

Removed this from the Later milestone.
Added Oldschool-Milestone-Later label.

@kasperl
Copy link
Author

kasperl commented Aug 4, 2014

Removed Oldschool-Milestone-Later label.

@floitschG
Copy link
Contributor

Fixed in r39913.

@floitschG
Copy link
Contributor

Added Fixed label.

This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants