summary refs log tree commit diff
path: root/src/librustc_data_structures/bitslice.rs
AgeCommit message (Collapse)AuthorLines
2018-02-21rustc_data_structures: add missing #[inline].Eduard-Mihai Burtescu-0/+3
2017-09-13Analyse storage liveness and preserve it during generator transformationJohn Kåre Alsaker-0/+5
2017-07-31rustc: Inline bitwise modification operatorsAlex Crichton-0/+2
These need to be inlined across crates to avoid showing up as one-instruction functions in profiles! In the benchmark from #43578 this decreased the translation item collection step from 30s to 23s, and looks like it also allowed vectorization elsewhere of the operations!
2016-10-10Move IdxSetBuf and BitSlice to rustc_data_structuresWesley Wiser-0/+142
Resolves a FIXME