-
Notifications
You must be signed in to change notification settings - Fork 13.3k
Upgrade to ena-0.14.1. #108253
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
Upgrade to ena-0.14.1. #108253
Conversation
These commits modify the If this was intentional then you can ignore this comment. |
@bors try @rust-timer queue |
This comment has been minimized.
This comment has been minimized.
⌛ Trying commit 50f4ac32b07d8464d58d5ef0dd7fc8310d970bfd with merge 4785ae1d9ecfdd6ccced95f65a2e6371377a510e... |
@bors try @rust-timer queue |
This comment has been minimized.
This comment has been minimized.
⌛ Trying commit ee1e0e26c9d6af19d60bbb52cdfa097d7b3f3378 with merge 55467287b500fdb768ab16ccf6195eab4c4d233a... |
This comment has been minimized.
This comment has been minimized.
💔 Test failed - checks-actions |
This comment has been minimized.
This comment has been minimized.
ee1e0e2
to
87f2860
Compare
@bors try @rust-timer queue |
This comment has been minimized.
This comment has been minimized.
⌛ Trying commit 87f2860a20013cfdfab7d72feaf914ea05561ba4 with merge d5269b225d4942eed38661728de3c08a427d0002... |
☀️ Try build successful - checks-actions |
This comment has been minimized.
This comment has been minimized.
Finished benchmarking commit (d5269b225d4942eed38661728de3c08a427d0002): comparison URL. Overall result: ✅ improvements - no action neededBenchmarking this pull request likely means that it is perf-sensitive, so we're automatically marking it as not fit for rolling up. While you can manually mark this PR as fit for rollup, we strongly recommend not doing so since this PR may lead to changes in compiler perf. @bors rollup=never Instruction countThis is a highly reliable metric that was used to determine the overall result at the top of this comment.
Max RSS (memory usage)ResultsThis is a less reliable metric that may be of interest but was not used to determine the overall result at the top of this comment.
CyclesResultsThis is a less reliable metric that may be of interest but was not used to determine the overall result at the top of this comment.
|
Perf results look good, though it's a bit hard to tell because |
87f2860
to
8572d39
Compare
Let's try again. @bors try @rust-timer queue |
These have a single call site and the code is clearer without them. Plus it might make rustc a little faster (see rust-lang/rust#108253).
8572d39
to
97417d9
Compare
To get the small performance improvements from rust-lang/ena#43.
97417d9
to
d78ca52
Compare
@bors r+ rollup=never |
⌛ Testing commit d78ca52 with merge 619bad5e18705eb69c1e5145cbbb023b97264d57... |
💔 Test failed - checks-actions |
The job Click to see the possible cause of the failure (guessed by this bot)
|
@bors retry |
☀️ Test successful - checks-actions |
Finished benchmarking commit (dfa5643): comparison URL. Overall result: no relevant changes - no action needed@rustbot label: -perf-regression Instruction countThis benchmark run did not return any relevant results for this metric. Max RSS (memory usage)ResultsThis is a less reliable metric that may be of interest but was not used to determine the overall result at the top of this comment.
CyclesThis benchmark run did not return any relevant results for this metric. |
The perf CI run said there were no relevant improvements, but that's because The highlighted data point is the measurement after this PR merged, and it's clearly lower than anything we've seen in the past month. Maybe it'll also help fix the bimodality? Fingers crossed. (There is a similar story for |
We now have 12 data points since this PR merged, and both |
It avoids some inlining within its
inlined_probe_value
function, which seems to result in better codegen for the very largeprocess_obligations
function within rustc. It might also help with reducing the bimodal perf results we see for thekeccak
andcranelift-codegen-0.82.1
benchmarks.r? @ghost