rust/compiler/rustc_index
Mark Rousskov 03afb61b53 Optimize live point computation
This is just replicating the previous algorithm, but taking advantage of the
bitset structures to optimize into tighter and better optimized loops.
Particularly advantageous on enormous MIR blocks, which are relatively rare in
practice.
2021-11-03 11:24:59 -04:00
..
src Optimize live point computation 2021-11-03 11:24:59 -04:00
Cargo.toml Migrate to 2021 2021-09-20 22:21:42 -04:00