about summary refs log tree commit diff
path: root/compiler/rustc_codegen_llvm/src/errors.rs
diff options
context:
space:
mode:
authorScott McMurray <scottmcm@users.noreply.github.com>2024-06-29 00:48:23 -0700
committerScott McMurray <scottmcm@users.noreply.github.com>2024-07-01 05:17:13 -0700
commit23c8ed14c938ab28873e88321ac0ad75842fa2c1 (patch)
tree57c91418b15de92b69e3c837ac93b00d34b52214 /compiler/rustc_codegen_llvm/src/errors.rs
parentc3774be7411722d3695de2ab1da9a358d0d5c82c (diff)
downloadrust-23c8ed14c938ab28873e88321ac0ad75842fa2c1.tar.gz
rust-23c8ed14c938ab28873e88321ac0ad75842fa2c1.zip
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.
Diffstat (limited to 'compiler/rustc_codegen_llvm/src/errors.rs')
0 files changed, 0 insertions, 0 deletions