Skip to content

perf: Avoid having a separate query for defined opaques - #22966

Merged
Veykril merged 1 commit into
rust-lang:masterfrom
ChayimFriedman2:no-relowering-opaques
Jul 31, 2026
Merged

perf: Avoid having a separate query for defined opaques#22966
Veykril merged 1 commit into
rust-lang:masterfrom
ChayimFriedman2:no-relowering-opaques

Conversation

@ChayimFriedman2

Copy link
Copy Markdown
Contributor

I want to push towards the goal of only lowering once. This helps perf, but more importantly this makes defining AnonConst a tracked struct instead of interned possible, as different queries won't create the same anon const.

I want to push towards the goal of only lowering once. This helps perf, but more importantly this makes defining `AnonConst` a tracked struct instead of interned possible, as different queries won't create the same anon const.
@rustbot rustbot added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Jul 30, 2026
@Veykril
Veykril added this pull request to the merge queue Jul 31, 2026
Merged via the queue into rust-lang:master with commit ee66e47 Jul 31, 2026
18 checks passed
@rustbot rustbot removed the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Jul 31, 2026
@ChayimFriedman2
ChayimFriedman2 deleted the no-relowering-opaques branch August 1, 2026 21:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants