
BOLT can yield very nice performance gains as shown across various workloads thanks to reorganizing the layout of libraries/binaries. The latest praise for LLVM's BOLT is by GNOME developer Christian Hergert.
In experimenting with BOLT, he generated a perf recording while using the GNOME Text Editor and then used that to optimize the layout of the Pango library. In turn with the optimized library he saw around a 6% reduction in the time spent measuring text, which is one of the most expensive parts of the process profiled. Not a bad win on top of everything else. LLVM BOLT is a very fascinating effort and hopefully it continues seeing more adoption as well as improvements to the code itself.
Those interested in learning more about Hergert's initial adventures in using LLVM BOLT can find the details on his blog .