Facebook Has Been Working On BOLT'ing The Linux Kernel For Greater Performance

Written by Michael Larabel in Linux Kernel on 25 September 2021 at 09:20 AM EDT. 17 Comments
LINUX KERNEL
For several years now Facebook engineers have been working on BOLT as a way to speed-up Linux/ELF binaries. This "Binary Optimization and Layout Tool" is able to re-arrange executables once profiled to generate even faster performance than what can be achieved by a compiler's LTO and PGO optimizations. One of the latest BOLT efforts has been on optimizing the Linux kernel image.

Similar to the challenges in allowing Profile Guided Optimizations (PGO) of the Linux kernel, BOLT'ing the Linux kernel faces similar complex hurdles around properly profiling/sampling the kernel with relevant workloads for optimization, the massive code-base of the kernel, modules vs. core kernel code, etc, compared to the existing BOLT focus on just optimizing ELF application executables. BOLT'ing the kernel was talked about at this week's Linux Plumbers Conference.


It's a worthy effort though as Facebook continues to promote "double digit speedups" with BOLT on top of PGO+LTO compiler optimizations. These speed-ups come by way of optimizing the code layout of the executable for more efficient hardware page usage and instruction caching.

Those interested in Facebook's BOLT optimization tool in general or the prospects of in the future being able to fully BOLT the kernel, see the presentation (below) and slides by Facebook's Maksim Panchenko. The BOLT code itself continues to be open-source and developed in the open on GitHub.

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