rust/compiler/rustc_mir
Tomasz Miąsko 8b184ff1b8 Remove storage markers if they won't be used during code generation
The storage markers constitute a substantial portion of all MIR
statements. At the same time, for builds without any optimizations,
the storage markers have no further use during and after MIR
optimization phase.

If storage markers are not necessary for code generation, remove them.
2021-02-28 20:10:44 +01:00
..
src Remove storage markers if they won't be used during code generation 2021-02-28 20:10:44 +01:00
Cargo.toml bumped smallvec deps 2021-02-14 18:03:11 +03:00