11 ms·
I basically did manual PGO because I was also reducing the size of several integer fields at the same time to pack more into each cache line. I’m excited to try
by brianpane 2y ago
I basically did manual PGO because I was also reducing the size of several integer fields at the same time to pack more into each cache line. I’m excited to try out the rustc+LLVM PGO for future optimizations.
- ofek 2y agoA long-standing issue with that was just recently fixed: https://github.com/rust-lang/rust/pull/133250 https://github.com/rust-lang/rust/pull/133250