-
Notifications
You must be signed in to change notification settings - Fork 13.4k
Revert path cmp optimizations #88437
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
Conversation
r? @dtolnay (rust-highfive has picked a reviewer for you, use r? to override) |
@bors try @rust-timer queue |
Awaiting bors try build completion. @rustbot label: +S-waiting-on-perf |
⌛ Trying commit fedc776c36acab039e0f7039937b5c32d05c8554 with merge 40292e9b178342a1288597ffd559bb6a9eb9bb3c... |
☀️ Try build successful - checks-actions |
Queued 40292e9b178342a1288597ffd559bb6a9eb9bb3c with parent 42a2a53, future comparison URL. |
Finished benchmarking try commit (40292e9b178342a1288597ffd559bb6a9eb9bb3c): comparison url. Summary: ERROR categorizing benchmark run! Benchmarking this pull request likely means that it is perf-sensitive, so we're automatically marking it as not fit for rolling up. @bors rollup=never |
@bors try @rust-timer queue |
Awaiting bors try build completion. @rustbot label: +S-waiting-on-perf |
Awaiting bors try build completion. @rustbot label: +S-waiting-on-perf |
@bors try |
⌛ Trying commit fedc776c36acab039e0f7039937b5c32d05c8554 with merge 9c90b7f5fdd75c6d642824b981a6bfd1f3be9526... |
☀️ Try build successful - checks-actions |
Queued 9c90b7f5fdd75c6d642824b981a6bfd1f3be9526 with parent 5eacec9, future comparison URL. |
Finished benchmarking try commit (9c90b7f5fdd75c6d642824b981a6bfd1f3be9526): comparison url. Summary: This change led to moderate relevant mixed results 🤷 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. Next Steps: If you can justify the regressions found in this perf run, please indicate this with @bors rollup=never |
Profiling showed that parse_next_component() does get inlined, inline the backwards variant to match its perf characteristics
fedc776
to
2faa2ce
Compare
@bors try @rust-timer queue |
Awaiting bors try build completion. @rustbot label: +S-waiting-on-perf |
⌛ Trying commit 2faa2ce with merge e12fb3e89f76af4aafbe81b6500bf72424310788... |
☀️ Try build successful - checks-actions |
Queued e12fb3e89f76af4aafbe81b6500bf72424310788 with parent 59ce765, future comparison URL. |
Finished benchmarking try commit (e12fb3e89f76af4aafbe81b6500bf72424310788): comparison url. Summary: This benchmark run did not return any relevant changes. 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. @bors rollup=never |
@bors try @rust-timer queue |
Awaiting bors try build completion. @rustbot label: +S-waiting-on-perf |
⌛ Trying commit 973ff717ada5ebd55bf404c41dd3b985d6b6f22d with merge 9bb7d99f1e59d5596318d2be25232e97daf26778... |
This comment has been minimized.
This comment has been minimized.
💔 Test failed - checks-actions |
973ff71
to
f8a284e
Compare
@bors try |
⌛ Trying commit f8a284e with merge 5f3d903d50eebe049b1b5f5b6a10fea300365185... |
☀️ Try build successful - checks-actions |
Queued 5f3d903d50eebe049b1b5f5b6a10fea300365185 with parent daa4dc9, future comparison URL. |
Finished benchmarking try commit (5f3d903d50eebe049b1b5f5b6a10fea300365185): comparison url. Summary: This change led to small relevant mixed results 🤷 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. Next Steps: If you can justify the regressions found in this perf run, please indicate this with @bors rollup=never |
Check if reverting #86898 undoes the regression since I can't repro it locally