BOLT is an optimization tool that uses Linux Perf data to re-order the executable code layout to reduce memory overhead and improve performance.
The BOLT optimization process is performed in three steps:
After these steps are run, the optimized executable should have improved performance compared to the original executable.
There are different ways to collect performance profiles and different ways to convert the data for BOLT.
You can run everything on a single Linux computer, or you can use two Linux computers and separate the software build and running BOLT from the collection of the performance data.
The different ways of using BOLT are described in more detail in this Learning Path.