Y
Hacker News
new
|
ask
|
show
|
jobs
by
brianpane
454 days 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.
1 comments
ofek
454 days ago
A long-standing issue with that was just recently fixed:
https://github.com/rust-lang/rust/pull/133250
link