-
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
rustc_metadata: Use a query for collecting all traits in encoder #92455
Conversation
@bors try @rust-timer queue |
Awaiting bors try build completion. @rustbot label: +S-waiting-on-perf |
⌛ Trying commit 7aea51427f7e5536e1978aab13a53a892ccbf5d5 with merge 82e4952b5e6fb5303bc128696aaee8eb686006b1... |
☀️ Try build successful - checks-actions |
Queued 82e4952b5e6fb5303bc128696aaee8eb686006b1 with parent e670844, future comparison URL. |
Finished benchmarking commit (82e4952b5e6fb5303bc128696aaee8eb686006b1): 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. 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. @bors rollup=never |
Nice. |
7aea514
to
2dd50d5
Compare
Updated. I didn't touch the encoding for "all traits" for now
|
@bors r+ |
📌 Commit 2dd50d5 has been approved by |
⌛ Testing commit 2dd50d5 with merge cef2fc7e6c21e5328a0a5b98215d9f95e3a68f7a... |
The job Click to see the possible cause of the failure (guessed by this bot)
|
💔 Test failed - checks-actions |
☀️ Test successful - checks-actions |
Finished benchmarking commit (c145692): 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. @rustbot label: -perf-regression |
Implement refactoring suggested in #92244 (comment)
r? @cjgillot