-
Notifications
You must be signed in to change notification settings - Fork 12.8k
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
Fix perf regression by correctly matching keywords #104410
Conversation
@bors try @rust-timer queue |
This comment has been minimized.
This comment has been minimized.
⌛ Trying commit 7e9fa83c3100e120dd8602a59b92a39fdd850b17 with merge 4d7446b594be5087c374d6690345989c3382a204... |
☀️ Try build successful - checks-actions |
This comment has been minimized.
This comment has been minimized.
Finished benchmarking commit (4d7446b594be5087c374d6690345989c3382a204): 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.
|
@bors r+ |
📌 Commit 7e9fa83c3100e120dd8602a59b92a39fdd850b17 has been approved by It is now in the queue for this repository. |
☔ The latest upstream changes (presumably #104418) made this pull request unmergeable. Please resolve the merge conflicts. |
7e9fa83
to
e2a2816
Compare
rebased to fix the merge conflict |
@bors r+ |
@WaffleLapkin |
@Jerrody first of all I want to highlight that using
|
Okay, thanks for the explanation! Keep work you make not big, but very useful work for the compiler: clearing, refactoring and simplifying code. Very cool. P.S. |
☀️ Test successful - checks-actions |
1 similar comment
☀️ Test successful - checks-actions |
Finished benchmarking commit (70f8737): comparison URL. Overall result: ✅ improvements - no action needed@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.
|
Fix perf regression by correctly matching keywords This should (hopefully) fix regression from rust-lang#99918 r? `@estebank`
This should (hopefully) fix regression from #99918
r? @estebank