mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-23 07:14:28 +00:00
87bacf22ec
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. |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |