This repository was archived by the owner on May 28, 2025. It is now read-only.
Commit f4568e9
committed
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`1 file changed
+3
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1371 | 1371 | | |
1372 | 1372 | | |
1373 | 1373 | | |
| 1374 | + | |
| 1375 | + | |
| 1376 | + | |
1374 | 1377 | | |
1375 | 1378 | | |
1376 | 1379 | | |
| |||
0 commit comments