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#119017 - saethlin:mir-only-rlibs, r=<try>
[perf experiment] (crudely) implement MIR-only rlibs
I realized that `-Zcross-crate-inline-threshold=always` is now basically MIR-only rlibs. So if nothing else, this is an easy way to study the perf implications of such a design.
Pondering this because it would be neat to codegen MIR for the standard library differently based on build flags passed by an end user.
r? `@ghost`
0 commit comments