rust/compiler/rustc_borrowck
Mark Rousskov 4abb3283f3 Use SparseIntervalMatrix instead of SparseBitMatrix
Region inference contains several bitsets which are filled with large intervals
representing liveness. These can cause excessive memory usage, and are
relatively slow when growing to large sizes compared to the IntervalSet.
2021-12-30 22:33:52 -05:00
..
src Use SparseIntervalMatrix instead of SparseBitMatrix 2021-12-30 22:33:52 -05:00
Cargo.toml Migrate to 2021 2021-09-20 22:21:42 -04:00