Files
rust/compiler/rustc_borrowck/src
bors 4a59ba4d54 Auto merge of #111396 - vlad20012:reduce-Borrows-dataflow-bitset-size, r=cjgillot
Reduce BitSet size used in `Borrows` dataflow analysis

It looks like it is not needed to multiply the number of borrows by 2. Bits greater than `self.borrow_set.len()` are never set in this bitset. This should decrease the memory usage by an epsilon.
2023-05-12 17:37:05 +00:00
..
2023-04-13 12:20:41 +10:00
2023-04-13 12:20:41 +10:00
2023-04-16 02:42:50 -07:00
2023-05-01 23:12:41 -04:00
2023-04-28 20:19:48 +02:00
2022-11-09 20:42:16 +08:00