Uh oh!
There was an error while loading. Please reload this page.
rustc_metadata: Merge get_ctor_def_id and get_ctor_kind - #92156
Conversation
rust-highfive
commented
Dec 21, 2021
r? @davidtwco (rust-highfive has picked a reviewer for you, use r? to override) |
petrochenkov
commented
Dec 21, 2021
@bors try @rust-timer queue |
rust-timer
commented
Dec 21, 2021
Awaiting bors try build completion. @rustbot label: +S-waiting-on-perf |
bors
commented
Dec 21, 2021
⌛ Trying commit bff171e4413836415fec047722c65fdef683fa81 with merge 27aa2e969cf95a597a53c308076e6afc1960652a... |
bors
commented
Dec 21, 2021
☀️ Try build successful - checks-actions |
rust-timer
commented
Dec 21, 2021
Queued 27aa2e969cf95a597a53c308076e6afc1960652a with parent 87e8639, future comparison URL. |
rust-timer
commented
Dec 21, 2021
Finished benchmarking commit (27aa2e969cf95a597a53c308076e6afc1960652a): comparison url. Summary: This change led to moderate relevant regressions 😿 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 try perf run, please indicate this with @bors rollup=never |
Also avoid decoding the whole `ty::AssocItem` to get a `has_self` flag
petrochenkov
commented
Dec 22, 2021
@bors try @rust-timer queue |
rust-timer
commented
Dec 22, 2021
Awaiting bors try build completion. @rustbot label: +S-waiting-on-perf |
bors
commented
Dec 22, 2021
⌛ Trying commit 337ced2 with merge 376ed6d45e21820135727ec862ea00f16a87f56b... |
bors
commented
Dec 22, 2021
☀️ Try build successful - checks-actions |
rust-timer
commented
Dec 22, 2021
Queued 376ed6d45e21820135727ec862ea00f16a87f56b with parent e100ec5, future comparison URL. |
rust-timer
commented
Dec 22, 2021
Finished benchmarking commit (376ed6d45e21820135727ec862ea00f16a87f56b): 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 |
davidtwco
commented
Dec 24, 2021
@bors r+ |
bors
commented
Dec 24, 2021
📌 Commit 337ced2 has been approved by |
bors
commented
Dec 24, 2021
bors
commented
Dec 24, 2021
☀️ Test successful - checks-actions |
rust-timer
commented
Dec 24, 2021
Finished benchmarking commit (aad4f10): 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 |
Also avoid decoding the whole
ty::AssocItemto get ahas_selfflag.A small optimization and cleanup extracted from #89059.