-
Notifications
You must be signed in to change notification settings - Fork 13.3k
Only consider places with the same local in each_borrow_involving_path. #111753
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
Conversation
r? @eholk (rustbot has picked a reviewer for you, use r? to override) |
3e43d8f
to
85fe5a0
Compare
@bors try @rust-timer queue |
This comment has been minimized.
This comment has been minimized.
⌛ Trying commit 85fe5a0 with merge b2e1ec8f91d4864924d7bc660e4e1714e25c4998... |
This comment has been minimized.
This comment has been minimized.
@bors try @rust-timer queue |
This comment has been minimized.
This comment has been minimized.
⌛ Trying commit d84c14603343c01f0d65ef543dc228fa8d04beaa with merge c025715001dea716a1fd153ab20ee67fa5aa9530... |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
💔 Test failed - checks-actions |
d84c146
to
b49aba8
Compare
@bors try @rust-timer queue |
This comment has been minimized.
This comment has been minimized.
⌛ Trying commit b49aba8 with merge 25f421f60574a694b8971f72bba1116a37bd9eae... |
☀️ Try build successful - checks-actions |
This comment has been minimized.
This comment has been minimized.
Finished benchmarking commit (25f421f60574a694b8971f72bba1116a37bd9eae): comparison URL. Overall result: ❌✅ regressions and improvements - 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. Next Steps: If you can justify the regressions found in this try perf run, please indicate this with @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)This benchmark run did not return any relevant results for this metric. 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.
Binary sizeThis benchmark run did not return any relevant results for this metric. Bootstrap: 640.861s -> 641.156s (0.05%) |
b49aba8
to
b798939
Compare
r? rust-lang/compiler |
@bors r+ |
☀️ Test successful - checks-actions |
Finished benchmarking commit (866710c): 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)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. Binary sizeThis benchmark run did not return any relevant results for this metric. Bootstrap: 649.854s -> 650.5s (0.10%) |
Ugh, didn't catch the perf results when reviewing this. Was too focused on the actual changes to the code 😅 I guess if it's not a perf improvement, we should probably revert this. |
This avoids having a busy loop that repeatedly checks for equality of locals.