rust/compiler/rustc_data_structures
Mark Rousskov c82fe0efb4 Optimization: Merge parent and ancestor arrays
As the paper indicates, the unprocessed vertices in the DFS tree and processed
vertices are disjoint, and we can use them in the same space, tracking only the index
of the split.
2021-12-06 15:05:22 -05:00
..
src Optimization: Merge parent and ancestor arrays 2021-12-06 15:05:22 -05:00
Cargo.toml Update to measureme v10 2021-10-07 15:08:44 +02:00