cppbestpractices icon indicating copy to clipboard operation
cppbestpractices copied to clipboard

Consider adding LLVM bolt to the tooling section

Open arun5309 opened this issue 1 year ago • 0 comments

LLVM bolt (https://github.com/llvm/llvm-project/tree/main/bolt): Bolt is a post-link optimizer developed to speed up large applications. It achieves the improvements by optimizing application's code layout based on execution profile gathered by sampling profiler, such as Linux perf tool.

Consider adding this to the tools list.

arun5309 avatar Mar 30 '24 20:03 arun5309