-
Notifications
You must be signed in to change notification settings - Fork 13k
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
7% regression in compile time of tuple-stress benchmark #44677
Comments
Yeah, we knew it would take a hit, but without absolute graphs it didn't seem that bad and we just took the risk. cc @nikomatsakis Do you know of any caching missing here? We do cache the result of evaluation, is this just the cost of renormalizing over and over again? |
@eddyb I'm not sure! Would have to profile I guess. |
triage: P-high Calling this P-high until we decide if (a) it is isolated or has a pervasive effect and (b) if we know the cause and can readily fix. It'd be great for someone to do some comparative profiling! |
Note: the sources to the benchmark can be found in https://github.com/rust-lang-nursery/rustc-benchmarks |
I believe this might be |
Based on @eddyb's comment, lowering priority until miri is merged. triage: P-low |
Benchmarks are actually here: https://github.com/rust-lang-nursery/rustc-perf/tree/master/collector/benchmarks |
Discussed in triage. Closing since there isn't anything actionable here really. |
According to perf.rust-lang.org graphs #44275 caused a ~8% regression in compile time for this benchmark
cc @eddyb (an old nemesis!)
The text was updated successfully, but these errors were encountered: