BOLT - AshokBhat/notes GitHub Wiki

About

  • LLVM BOLT
  • A post-link optimizer developed to speed up large applications.
  • Achieves the improvements by optimizing the application's code layout based on the execution profile gathered by sampling profiler, such as the Linux perf tool.

See also