-
Notifications
You must be signed in to change notification settings - Fork 13.3k
Rewrite dead-code pass to avoid fetching HIR. #98402
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
(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 a185c1ebb62a5a85e285571f3766e8e00d5958aa with merge 92403c5c23e9096e4f1d649efcbbc420417c50ea... |
💔 Test failed - checks-actions |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
@bors try @rust-timer queue |
Awaiting bors try build completion. @rustbot label: +S-waiting-on-perf |
⌛ Trying commit 2d82234 with merge dc937e8637905dcb17a7caf07cff467dc137a826... |
☀️ Try build successful - checks-actions |
Queued dc937e8637905dcb17a7caf07cff467dc137a826 with parent 4334739, future comparison URL. |
Finished benchmarking commit (dc937e8637905dcb17a7caf07cff467dc137a826): comparison url. Instruction count
Max RSS (memory usage)Results
CyclesResults
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 may lead to changes in compiler perf. @bors rollup=never Footnotes |
Thanks for the PR, @cjgillot! I'll take a look shortly. |
I did a first pass over the PR and it looks very good. But it's a big diff, so I'm going to do a second pass tomorrow (especially over 02a42ff). |
@bors ping |
😪 I'm awake I'm awake |
@bors r=michaelwoerister |
📌 Commit 2d82234 has been approved by |
☀️ Test successful - checks-actions |
Finished benchmarking commit (5b9775f): comparison url. Instruction count
Max RSS (memory usage)Results
CyclesResults
If you disagree with this performance assessment, please file an issue in rust-lang/rustc-perf. @rustbot label: -perf-regression Footnotes |
This allows to get a more uniform handling of spans, and to simplify the grouping of diagnostics for variants and fields.