-
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
rustc_expand: Switch FxHashMap to FxIndexMap where iteration is used #99320
Conversation
(rust-highfive has picked a reviewer for you, use r? to override) |
I tried to run rustc_perf locally to see if there was any performance impact like in this MR but I couldn't get xperf to run (I'm on windows), so it would probably good to do a perf run to see if this has any impact. |
This map is used purely for diagnostics, so it's hot performance sensitive. |
This comment was marked as duplicate.
This comment was marked as duplicate.
@bors r+ |
☀️ Test successful - checks-actions |
Finished benchmarking commit (47ba935): comparison url. Instruction count
Max RSS (memory usage)This benchmark run did not return any relevant results for this metric. CyclesResults
If you disagree with this performance assessment, please file an issue in rust-lang/rustc-perf. @rustbot label: -perf-regression Footnotes |
Relates #84447