Add Profile-Guided Optimization (PGO) support #968
zamazan4ik
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi!
Here I want to discuss the idea of adding to FPM explicit support for building applications with Profile-Guided Optimization (PGO). According to many articles and benchmarks, PGO can play a huge role in an application optimization path. However, performing PGO optimization manually via tweaking compiler flags can be error-prone. That's why I think adding such a feature to FPM would be helpful.
Some examples of the current situation in other build systems:
b_pgo
in the docs)Beta Was this translation helpful? Give feedback.
All reactions