yanet icon indicating copy to clipboard operation
yanet copied to clipboard

Investigate into PGO and post-compile optimization

Open GeorgyKirichenko opened this issue 1 year ago • 0 comments

There are several optimization mechanics based on collection profiles from running applications and then recompile with gathered data. So I would suggest to investigate into:

  • gcc PGO
  • llvm bolt project https://github.com/llvm/llvm-project/blob/main/bolt/README.md

GeorgyKirichenko avatar May 03 '24 20:05 GeorgyKirichenko