rust/tests/codegen-units
Scott McMurray 23c8ed14c9 Avoid MIR bloat in inlining
In 126578 we ended up with more binary size increases than expected.

This change attempts to avoid inlining large things into small things, to avoid that kind of increase, in cases when top-down inlining will still be able to do that inlining later.
2024-07-01 05:17:13 -07:00
..
item-collection Avoid MIR bloat in inlining 2024-07-01 05:17:13 -07:00
partitioning Run rustfmt on `tests/codegen-units/`. 2024-05-31 15:56:45 +10:00
polymorphization Run rustfmt on `tests/codegen-units/`. 2024-05-31 15:56:45 +10:00