-
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
Optimize TyKind::eq
.
#107717
Optimize TyKind::eq
.
#107717
Conversation
@bors try @rust-timer queue |
This comment has been minimized.
This comment has been minimized.
⌛ Trying commit 1c16de1fa98d9253fdf9431e35c23e2028f4f144 with merge 26022a0f0a676d9f8a79a737e73282e4fc32d886... |
☀️ Try build successful - checks-actions |
This comment has been minimized.
This comment has been minimized.
Finished benchmarking commit (26022a0f0a676d9f8a79a737e73282e4fc32d886): 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)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.
|
Small but clear icount wins here. |
This comment has been minimized.
This comment has been minimized.
r=me after making tidy happy |
1c16de1
to
1dbed69
Compare
I fixed the assertion text and the formatting that tidy complained about. @bors r=compiler-errors |
⌛ Testing commit 1dbed69 with merge bc21083bdc3f74597873278a1989cdd59c8d974b... |
💔 Test failed - checks-actions |
Some kind of LLVM build failure, presumably unrelated to the changes in this PR:
|
The job Click to see the possible cause of the failure (guessed by this bot)
|
@bors retry |
⌛ Testing commit 1dbed69 with merge 8d11058869ad87e2e85ea05c45c664120d3fe927... |
💔 Test failed - checks-actions |
On aarch64-gnu it failed, ending with this:
Again, this seems entirely unrelated to the changes in the PR. Did I just get unlucky again? @bors retry |
Yeah, bors has been pretty flaky recently imo |
☀️ Test successful - checks-actions |
Finished benchmarking commit (575d424): 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.
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.
|
keccak and cranelift-codegen are noisy. wg-grammar saw the expected benefit, but it's now considered non-significant, I guess it must have been a bit noisy recently as well. @rustbot label: +perf-regression-triaged |
The job Click to see the possible cause of the failure (guessed by this bot)
|
r? @ghost