BOLT Close To Merging Into LLVM For Optimizing Performance Of Binaries

Written by Michael Larabel in LLVM on 9 December 2021 at 06:00 AM EST. 9 Comments
LLVM
In addition to the LLVM SPIR-V back-end appearing ready for merging, also working through the final steps for being mainlined in the LLVM compiler stack is also Facebook's BOLT project for optimizing the performance of binaries.

Going on for the past several years has been Facebook's BOLT to speed-up Linux binaries by collecting an execution profile for large applications/binaries and then BOLT optimizes the code layout of the binary.

Facebook has found very promising results with BOLT and have been using it within their production environment. They have been offering it as a new LLVM sub-project and exploring new areas like using BOLT to speed-up the Linux kernel and other very large, very real-world applications.


BOLT by itself can provide greater speed-ups than other common compiler optimization techniques like profile-guided optimizations (PGO) and link-time optimizations (LTO), or they can be combined with BOLT for really ensuring maximum performance.


They have been working towards upstreaming it into the LLVM mono repository and given recent mailing list discussions it looks like they could soon cross that threshold. Currently the developers are still discussing the logistics for around how this large addition should land given its long history and spread across many commits.

See this mailing list thread for the latest BOLT discussions for landing it. Next year's LLVM 14 release is looking mighty interesting if both BOLT and the SPIR-V back-end manage to land in time as well as seeing more performance optimizations and other features. With the Linux kernel now in great shape for building with Clang, great performance on both x86_64 and AArch64, and other milestomnes being met, it will be interesting to see if any more Linux distributions decide to move to this GCC alternative as their default system compiler in 2022.
Related News
About The Author
Michael Larabel

Michael Larabel is the principal author of Phoronix.com and founded the site in 2004 with a focus on enriching the Linux hardware experience. Michael has written more than 20,000 articles covering the state of Linux hardware support, Linux performance, graphics drivers, and other topics. Michael is also the lead developer of the Phoronix Test Suite, Phoromatic, and OpenBenchmarking.org automated benchmarking software. He can be followed via Twitter, LinkedIn, or contacted via MichaelLarabel.com.

Popular News This Week