mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-30 06:43:20 +03:00
15b9834d7d
Eg when the local is immutable **and** the type is freeze. This makes the simple raytracer runtime benchmark 1% faster than cg_llvm without optimizations. Before it was 2% slower. cc #691 cc #684