rust/compiler/rustc_codegen_ssa
Jubilee Young 80c9012e42 Enable function merging when opt is for size
It is, of course, natural to want to merge aliasing functions when
optimizing for code size, since that can eliminate several bytes.
And an exhaustive match helps make the code less brittle.
2022-08-05 14:59:32 -07:00
..

Please read the rustc-dev-guide chapter on Backend Agnostic Codegen.