diff options
| author | bors <bors@rust-lang.org> | 2023-05-12 17:37:05 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2023-05-12 17:37:05 +0000 |
| commit | 4a59ba4d54a3ec0d8ea1e82b7eeb5c8b0162de04 (patch) | |
| tree | e56d0ba802f3337c018de55d788ad77a87d063ba /compiler/rustc_codegen_llvm/src/errors.rs | |
| parent | 077fc26f0acfa54e9c580534616c17ffc279a9d4 (diff) | |
| parent | 6989246645ca911bebed10bd0d4b91a9f41406a8 (diff) | |
| download | rust-4a59ba4d54a3ec0d8ea1e82b7eeb5c8b0162de04.tar.gz rust-4a59ba4d54a3ec0d8ea1e82b7eeb5c8b0162de04.zip | |
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 'compiler/rustc_codegen_llvm/src/errors.rs')
0 files changed, 0 insertions, 0 deletions
