Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
rustc: Inline bitwise modification operators
These need to be inlined across crates to avoid showing up as one-instruction functions in profiles! In the benchmark from rust-lang#43578 this decreased the translation item collection step from 30s to 23s, and looks like it also allowed vectorization elsewhere of the operations!
- Loading branch information