summaryrefslogtreecommitdiff
path: root/library
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2023-05-12 17:37:05 +0000
committerbors <bors@rust-lang.org>2023-05-12 17:37:05 +0000
commit4a59ba4d54a3ec0d8ea1e82b7eeb5c8b0162de04 (patch)
treee56d0ba802f3337c018de55d788ad77a87d063ba /library
parent077fc26f0acfa54e9c580534616c17ffc279a9d4 (diff)
parent6989246645ca911bebed10bd0d4b91a9f41406a8 (diff)
downloadrust-4a59ba4d54a3ec0d8ea1e82b7eeb5c8b0162de04.tar.gz
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.
Diffstat (limited to 'library')
0 files changed, 0 insertions, 0 deletions