Files
rust/compiler/rustc_index/src
bors e50aa6fba4 Auto merge of #153640 - Zalathar:subchunk, r=wesleywiser
Make bitset `would_modify_words` more vectorizer-friendly



Currently this function compares a single pair of `u64` at a time, which is potentially slower than comparing multiple words before each early-exit check, especially for the large chunks used by ChunkedBitSet.

Perf shows a notable improvement in `cranelift-codegen`, which is the one benchmark that is known to stress these code paths.

- Incorporates https://github.com/rust-lang/rust/pull/153759.
2026-05-19 20:02:33 +00:00
..
2022-06-08 22:44:26 +08:00
2025-10-28 13:35:43 -07:00
2026-05-13 20:29:15 +00:00
2026-04-16 19:30:56 -04:00