rust/compiler
bors 87bacf22ec Auto merge of #81132 - bugadani:map-prealloc, r=matthewjasper
Borrowck: refactor visited map to a bitset

This PR refactors `Borrows`  and the `precompute_borrows_out_of_scope` function so that this initial phase has a much reduced memory pressure. This is achieved by reducing what is stored on the heap, and also reusing heap memory as much as possible.
2021-02-09 21:28:58 +00:00
..
2021-02-07 20:08:45 +03:00
2021-02-04 16:20:57 +01:00
2021-02-02 09:09:52 -05:00
2021-02-02 12:37:22 -05:00