mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-23 15:46:39 +00:00
Micro-optimization in `FunctionCx::initialize_locals` This showed up in a profile I was looking at, hoping this might improve perf by a little bit.
Please read the rustc-dev-guide chapter on Backend Agnostic Codegen.