PGO describes the using extra data to guide optimisations, but it doesn't define what those optimisations are.
Reading the link, there's several that sound like they match what BOLT is applying (Basic Block Optimization, Function Layout, Conditional Branch Optimization, and Dead Code Separation).
neerajsi|1 year ago
Cieric|1 year ago
dwattttt|1 year ago
Reading the link, there's several that sound like they match what BOLT is applying (Basic Block Optimization, Function Layout, Conditional Branch Optimization, and Dead Code Separation).