rust/compiler/rustc_codegen_ssa
Jonas Schievink 9a47f74bfe Use SmallVec in SwitchTargets
This allows building common SwitchTargets (eg. for `if`s) without
allocation.
2020-10-11 01:14:12 +02:00
..
src Use SmallVec in SwitchTargets 2020-10-11 01:14:12 +02:00
Cargo.toml
README.md

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