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

Make pub run faster #20859

Closed
nex3 opened this issue Sep 9, 2014 · 10 comments
Closed

Make pub run faster #20859

nex3 opened this issue Sep 9, 2014 · 10 comments
Assignees
Labels
P1 A high priority bug; for example, a single project is unusable or has many test failures type-enhancement A request for a change that isn't a bug

Comments

@nex3
Copy link
Member

nex3 commented Sep 9, 2014

"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"

@munificent
Copy link
Member

Marked this as blocking #20866.

@nex3
Copy link
Member Author

nex3 commented Sep 9, 2014

Marked this as being blocked by #20866.

@nex3
Copy link
Member Author

nex3 commented Sep 9, 2014

Unmarked this as blocking #20866.

@kasperl
Copy link

kasperl commented Sep 11, 2014

Added this to the 1.7 milestone.

@nex3
Copy link
Member Author

nex3 commented Sep 17, 2014

r40392 caches immutable transformers, although they're not yet precompiled on "pub get".

@nex3
Copy link
Member Author

nex3 commented Sep 25, 2014

Issue #20212 has been merged into this issue.


cc @iposva-google.
cc @turnidge.

@nex3
Copy link
Member Author

nex3 commented Sep 25, 2014

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.

@nex3
Copy link
Member Author

nex3 commented Sep 25, 2014

Also removing issue #12474 as blocking, since it's now supported on the VM and that's all we need in pub.


Unmarked this as being blocked by #12474.

@nex3
Copy link
Member Author

nex3 commented Nov 10, 2014

With r41649 making the yaml package faster, "pub run" is now acceptably fast. Fixing issue #16366 and/or 20866 would still improve the speed substantially, though.


Added Fixed label.

@nex3 nex3 added Type-Enhancement P1 A high priority bug; for example, a single project is unusable or has many test failures labels Nov 10, 2014
@nex3 nex3 self-assigned this Nov 10, 2014
@DartBot
Copy link

DartBot commented Jun 5, 2015

This issue has been moved to dart-lang/pub#1121.

@kevmoo kevmoo added type-enhancement A request for a change that isn't a bug and removed type-enhancement labels Mar 1, 2016
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
P1 A high priority bug; for example, a single project is unusable or has many test failures type-enhancement A request for a change that isn't a bug
Projects
None yet
Development

No branches or pull requests

5 participants