rust/library/alloc
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
..
benches disable benches in Miri 2024-04-07 09:58:10 +02:00
src Avoid MIR bloat in inlining 2024-07-01 05:17:13 -07:00
tests Generalize {Rc,Arc}::make_mut() to unsized types. 2024-06-22 08:08:00 -07:00
Cargo.toml Cleanup bootstrap check-cfg 2024-06-27 11:30:03 +02:00