BOLT Optimizations in the future looks promising... #965
Grimish-ng
started this conversation in
Ideas
Replies: 1 comment 1 reply
-
Support for Propeller got merged for Linux 6.13 as well: https://docs.kernel.org/dev-tools/propeller.html But PGO is complicated - I'm sceptical if it's possible to generate good profiles that provide benefits for desktop/gaming use at all. If you're interested, here is a (WIP) PGO article with a lot of details and links: https://github.com/zamazan4ik/awesome-pgo/blob/main/article/article.md |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Claiming 5% performance boost with BOLT optimizations.
Maybe work this into the build if that infact is remotely possible? Seems promising!
Phoronix link: https://www.phoronix.com/news/Linux-BOLT-5p-Performance
Of course this all depends on the workloads and I'm not sure about what workloads may have these types of gains but thats exactly the purpose of the discussion.
LLVM guide for this: https://github.com/llvm/llvm-project/blob/main/bolt/docs/OptimizingLinux.md
Just a suggestion if it does pan out.
Beta Was this translation helpful? Give feedback.
All reactions