|
|
|
|
|
by mhh__
620 days ago
|
|
You might be surprised how much speedup you can get from (say) just running a test suite as PGO samples. If I had to guess this is probably because compilers spend a lot of time optimising cold paths which they otherwise would have no information about |
|
In short it is better memory access patterns for instructions.