Object code optimizer: Difference between revisions

Content deleted Content added
m lc common nouns
Tags: Visual edit Mobile edit Mobile web edit Advanced mobile edit
Rcfische2 (talk | contribs)
m ca
 
Line 36:
* "SOLAR" software optimization at link-time and run-time<ref name="SOLAR"/>
* Dynimize: CPU performance virtualization<ref name="Dynimize"/>
* BOLT: post-link optimizer built on top of the [[LLVM]] framework. Utilizing sample-based profiling, BOLT improves the performance of real-world applications even for highly optimized binaries built with both [[Feedback directed optimization|feedback sirecteddirected optimization]] and [[link-time optimization]]. For [[GNU Compiler Collection|GCC]] and [[Clang]] compilers, BOLT speeds up their binaries by up to 20.4% on top of FDO and LTO, and up to 52.1% if the binaries are built without FDO and LTO.<ref name="Panchenko-Auler_2019"/>
 
==See also==