-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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
Only walk ribs to collect possibly shadowed params if we are adding params in our new rib #128550
Conversation
…arams in our new rib
@bors try @rust-timer queue |
This comment has been minimized.
This comment has been minimized.
…, r=<try> Only walk ribs to collect possibly shadowed params if we are adding params in our new rib No need to collect params from parent ribs if we literally have no params to declare in this new rib. Attempt to win back some of the perf in rust-lang#128357 (comment). Please review with whitespace *off*, the diff should be like 2 lines. r? petrochenkov
☀️ Try build successful - checks-actions |
This comment has been minimized.
This comment has been minimized.
Finished benchmarking commit (77379b8): 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)Results (primary -0.6%)This 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. Binary sizeThis benchmark run did not return any relevant results for this metric. Bootstrap: 759.288s -> 756.148s (-0.41%) |
Seems to totally undo the perf regression. This is ready for review now. |
Thanks! |
…, r=petrochenkov Only walk ribs to collect possibly shadowed params if we are adding params in our new rib No need to collect params from parent ribs if we literally have no params to declare in this new rib. Attempt to win back some of the perf in rust-lang#128357 (comment). Please review with whitespace *off*, the diff should be like 2 lines. r? petrochenkov
…, r=petrochenkov Only walk ribs to collect possibly shadowed params if we are adding params in our new rib No need to collect params from parent ribs if we literally have no params to declare in this new rib. Attempt to win back some of the perf in rust-lang#128357 (comment). Please review with whitespace *off*, the diff should be like 2 lines. r? petrochenkov
@bors retry good morning bors |
☀️ Test successful - checks-actions |
Finished benchmarking commit (0d65e5a): comparison URL. Overall result: ❌✅ regressions and improvements - ACTION NEEDEDNext Steps: If you can justify the regressions found in this perf run, please indicate this with @rustbot label: +perf-regression 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)Results (primary -1.1%, secondary 0.3%)This 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. Binary sizeThis benchmark run did not return any relevant results for this metric. Bootstrap: 761.988s -> 761.974s (-0.00%) |
The lone regression looks like noise, as a bounce-back from the previous merge, and wasn't present in the most recent perf run. This I'll mark this as triaged pre-emptively, but we can also check the next merge during weekly triage to see what happens. It's possible some swings will happen until things settle down. @rustbot label: +perf-regression-triaged |
No need to collect params from parent ribs if we literally have no params to declare in this new rib.
Attempt to win back some of the perf in #128357 (comment).
Please review with whitespace off, the diff should be like 2 lines.
r? petrochenkov