about summary refs log tree commit diff
path: root/compiler/rustc_codegen_llvm/src/coverageinfo/mod.rs
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2024-11-29 09:03:50 +0000
committerbors <bors@rust-lang.org>2024-11-29 09:03:50 +0000
commit5bbbc0938cfeb3dbd348d5258ddb6025bc8398c7 (patch)
tree27a8e136256f252e23fdc15801085cfc3beef332 /compiler/rustc_codegen_llvm/src/coverageinfo/mod.rs
parentcb2bd2bb06380896368b0edb02ada0117cc856be (diff)
parentd626f6a2f4b8f44f661ba76d1b5b67c4d7826df9 (diff)
downloadrust-5bbbc0938cfeb3dbd348d5258ddb6025bc8398c7.tar.gz
rust-5bbbc0938cfeb3dbd348d5258ddb6025bc8398c7.zip
Auto merge of #133431 - nnethercote:rm-HybridBitSet, r=Mark-Simulacrum
Remove `HybridBitSet`

`HybridBitSet` was introduced under the name `HybridIdxSetBuf` way back in #53383 where it was a big win for NLL borrow checker performance. In #93984 the more flexible `ChunkedBitSet` was added. Uses of `HybridBitSet` have gradually disappeared (e.g. #116152) and there are now few enough that they can be replaced with `BitSet` or `ChunkedBitSet`, and `HybridBitSet` can be removed, cutting more than 700 lines of code.

r? `@Mark-Simulacrum`
Diffstat (limited to 'compiler/rustc_codegen_llvm/src/coverageinfo/mod.rs')
0 files changed, 0 insertions, 0 deletions