-
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
Make pub run faster #20859
Comments
Marked this as blocking #20866. |
Marked this as being blocked by #20866. |
Unmarked this as blocking #20866. |
Added this to the 1.7 milestone. |
r40392 caches immutable transformers, although they're not yet precompiled on "pub get". |
Issue #20212 has been merged into this issue. cc @iposva-google. |
Removing Milestone-1.7. There's more performance improvements left to do, but "pub run" is about as fast as I was hoping for 1.7. Removed this from the 1.7 milestone. |
This issue has been moved to dart-lang/pub#1121. |
"pub run" is currently very slow when running local executables. We should do what we can to mitigate this, including:
* Precompiling immutable transformers to snapshots on "pub get"
The text was updated successfully, but these errors were encountered: