Profile-Guided Optimization (PGO) and Post-Link Optimization (PLO) for Odin lang #3081
zamazan4ik
started this conversation in
Ideas/Requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi!
Odin aims to be a high-performance programming language. One of the optimizations that can help with achieving better software performance is Profile-Guided Optimization (PGO) (Wiki).
Regarding Odin, there are several ways where PGO can be integrated:
Here are some examples of how PGO optimization is integrated into other projects:
configure
scriptMuch more information about PGO in other projects, its caveats, etc can be found in my repo. I would be happy to answer your questions about PGO.
Beta Was this translation helpful? Give feedback.
All reactions