-
Notifications
You must be signed in to change notification settings - Fork 13.3k
Use FxIndexMap instead FxHashMap to stabilize iteration order in EffectiveVisibilities #121851
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
Use FxIndexMap instead FxHashMap to stabilize iteration order in EffectiveVisibilities #121851
Conversation
…ctiveVisibilities. Part of rust-lang/compiler-team#533
@bors try @rust-timer queue |
This comment has been minimized.
This comment has been minimized.
…is, r=<try> Use FxIndexMap instead FxHashMap to stabilize iteration order in EffectiveVisibilities Part of [MCP 533](rust-lang/compiler-team#533).
☀️ Try build successful - checks-actions |
This comment has been minimized.
This comment has been minimized.
Finished benchmarking commit (20a1b6d): 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)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.
Binary sizeThis benchmark run did not return any relevant results for this metric. Bootstrap: 651.828s -> 653.326s (0.23%) |
I'm going to run a callgrind diff on the libc-check-full case to if the small regression is real. |
I think the small regression is acceptable, since this is a correctness/incr-comp-hardening fix. |
@rustbot label: +perf-regression-triaged |
This comment was marked as outdated.
This comment was marked as outdated.
cc @petrochenkov as this touches effective visibilities. |
I just noticed that this is now the last instance of a |
Effective visibility changes look ok. |
@bors r+ |
…is, r=cjgillot Use FxIndexMap instead FxHashMap to stabilize iteration order in EffectiveVisibilities Part of [MCP 533](rust-lang/compiler-team#533).
💔 Test failed - checks-actions |
@bors retry |
Gh gone crazy? Few first posts dated 1 mar, but written as "commented now". |
☀️ Test successful - checks-actions |
Finished benchmarking commit (bf71dae): comparison URL. Overall result: ❌ regressions - 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.
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: 669.417s -> 666.819s (-0.39%) |
See #121851 (comment) for justification. |
Part of MCP 533.