rust/compiler
Tyson Nottingham dd1ab840d2 rustc_query_system: use more space-efficient edges representation
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.
2020-12-22 14:12:57 -08:00
..
2020-12-14 22:00:46 -05:00
2020-12-18 22:13:25 +09:00