mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-25 02:26:55 +00:00
Use single vector of edges rather than per-node vector. There is a small hit to instruction counts (< 0.5%), but the memory savings make up for it.