about summary refs log tree commit diff
path: root/compiler/rustc_codegen_cranelift/src
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2024-01-23 11:56:30 +0000
committerbors <bors@rust-lang.org>2024-01-23 11:56:30 +0000
commit0e4243538b9119654c22dce688f8a63c81864de9 (patch)
tree2e2a3303bf147c498a9021fd180afa3a7fa8928e /compiler/rustc_codegen_cranelift/src
parent8b94152af68a0ed6d6af0b5ba57491e40481008e (diff)
parente07ffe97b8f9d9e0a8e549dacde4b4b93d43a05b (diff)
downloadrust-0e4243538b9119654c22dce688f8a63c81864de9.tar.gz
rust-0e4243538b9119654c22dce688f8a63c81864de9.zip
Auto merge of #116152 - cjgillot:unchunck, r=nnethercote
Only use dense bitsets in dataflow analyses

When a dataflow state has the size close to the number of locals, we should prefer a dense bitset, like we already store locals in a dense vector.
Other occurrences of `ChunkedBitSet` need to be justified by the size of the dataflow state.
Diffstat (limited to 'compiler/rustc_codegen_cranelift/src')
0 files changed, 0 insertions, 0 deletions