-
Notifications
You must be signed in to change notification settings - Fork 10
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
Improve compile time (or at least don't regress it) #26
Comments
Here are some numbers (for 2e914f7) (without the time required to compile dependencies) showing the effect of rust-lang/rust#36524 between
See details in a gist. |
I added the
Adding more I have updated the gist to include the latest measurements. |
I just did a new test run (with PR #48), and observed that the compile times slightly decreased, but the memory usage and output rlib size increased quite a bit (as always, see the gist for details):
This can have many reasons, because both |
We can use this issue to track the current compile time (and memory usage) by posting the output of
cargo rustc --features all -- -Z time-passes
. Also don't forget to includerustc -V
.The text was updated successfully, but these errors were encountered: