rust/compiler/rustc_codegen_ssa
Tomasz Miąsko 40c9aaee13 Do not emit alloca for ZST locals with multiple assignments
When rebuilding the standard library with `-Zbuild-std` this reduces the
number of locals that require an allocation from 62315 to 61767.
2021-06-10 14:53:06 +02:00
..

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