Skip to content

Commit

Permalink
Auto merge of #111396 - vlad20012:reduce-Borrows-dataflow-bitset-size…
Browse files Browse the repository at this point in the history
…, 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.
  • Loading branch information
bors committed May 12, 2023
2 parents 8484421 + 43ac546 commit 240e314
Showing 0 changed files with 0 additions and 0 deletions.

0 comments on commit 240e314

Please sign in to comment.