[llvm-dev] [RFC] BOLT: A Framework for Binary Analysis, Transformation, and Optimization

Aditya K via llvm-dev llvm-dev at lists.llvm.org
Fri Oct 23 11:20:06 PDT 2020


> I believe BOLT will be a very useful addition to the llvm tool set. We have
> already started using it and are thinking about adding more binary level
> analyses and optimizations.

Good to learn that you are finding it useful. Did you use it for optimizing any application,
in that case it'll be useful to learn about performance improvements you've got.

> Most importantly, the control flow graph and the disassembled code attached
> with debugging info turned out to be quite handy. Additionally, the
> associated tool llvm-boltdiff (to diff performance numbers of two different
> binaries) also was very useful.

> Regards,
> Raghesh


More information about the llvm-dev mailing list