←back to thread

142 points chmaynard | 1 comments | | HN request time: 0.209s | source
Show context
vsskanth ◴[] No.42065443[source]
Anyone know of a windows equivalent to BOLT ?
replies(2): >>42069021 #>>42071879 #
Cieric ◴[] No.42069021[source]
Some google searching brought up this. https://learn.microsoft.com/en-us/cpp/build/profile-guided-o... I'm only reading over it now, but I'm going to test it out a bit when I can.
replies(1): >>42071233 #
1. dwattttt ◴[] No.42071233[source]
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).