Unnamed repository; edit this file 'description' to name the repository.
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.
bors 8 weeks ago
parent 043a1b7 · parent 613d682 · commit ca90e45
0 files changed, 0 insertions, 0 deletions