-
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
Revert "Add rustc lint, warning when iterating over hashmaps" #90380
Revert "Add rustc lint, warning when iterating over hashmaps" #90380
Conversation
@bors try @rust-timer queue |
Awaiting bors try build completion. @rustbot label: +S-waiting-on-perf |
⌛ Trying commit 3215eeb with merge d578b629e8453aab208b4844130124ba17747757... |
☀️ Try build successful - checks-actions |
Queued d578b629e8453aab208b4844130124ba17747757 with parent f2707fe, future comparison URL. |
Finished benchmarking commit (d578b629e8453aab208b4844130124ba17747757): comparison url. Summary: This change led to very large relevant improvements 🎉 in compiler performance.
If you disagree with this performance assessment, please file an issue in rust-lang/rustc-perf. Benchmarking 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 led to changes in compiler perf. @bors rollup=never |
r? rust-lang/compiler for r+ of this revert |
@bors r+ probably the best until i fix this |
📌 Commit 3215eeb has been approved by |
☀️ Test successful - checks-actions |
Finished benchmarking commit (88a5a98): comparison url. Summary: This change led to very large relevant improvements 🎉 in compiler performance.
If you disagree with this performance assessment, please file an issue in rust-lang/rustc-perf. @rustbot label: -perf-regression |
cc #89558 |
add rustc lint, warning when iterating over hashmaps 2 first introduced in rust-lang#89558 and reverted in rust-lang#90380 due to its perf impact r? `@estebank`
add rustc lint, warning when iterating over hashmaps 2 first introduced in rust-lang#89558 and reverted in rust-lang#90380 due to its perf impact r? ``@estebank``
Fixes perf regressions introduced in #90235 by temporarily reverting the relevant PR.