-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Implement tree-shaking based on MirrorsUsed #11524
Comments
Added Library-Mirrors label. |
Removed Priority-Medium label. |
Issue #12125 has been merged into this issue. |
https://codereview.chromium.org/21242002/ Added Started label. |
Marked this as blocking #6490. |
CL 21242002 landed in r25873. |
https://codereview.chromium.org/22301009/ reduces the number of symbols stored in compiled output. |
CL 22301009 landed in r25878. |
Added this to the M7 milestone. |
I'm lowering the priority: MirrorsUsed is not fully implemented, but can be used to control tree-shaking. The missing part is supporting metaTargets, which we don't deem a high priority at the moment. Removed Priority-High label. |
Removed this from the 1.6 milestone. |
Removed Oldschool-Milestone-1.6 label. |
Mirrors is no longer supported in Dart2JS. |
dart2js needs to respect MirrorsUsed metadata in dart:mirrors.
The text was updated successfully, but these errors were encountered: