You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 28, 2025. It is now read-only.
Auto merge of rust-lang#108493 - cjgillot:thir-print, r=compiler-errors
Move THIR printing to rustc_mir_build.
rust-lang#107451 increased the compilation time of `rustc_middle` by 10% = 3s.
As rust-lang#107006 adds quite a lot of code to rustc_middle, I suspect it to be the cause.
This PR moves the THIR printing code to `rustc_mir_build`, where the query provider lives, in order to benefit from higher parallelism when compiling rustc.
0 commit comments