Evaluate Profile-Guided Optimization (PGO) and LLVM BOLT #13603
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
-
Hi!
Recently I did a lot of Profile-Guided Optimization (PGO) benchmarks on different software - all available results are here. According to my tests, PGO can help with achieving better performance in many kinds of workloads. That's why I think it would be a good idea to test PGO on Sui.
I can suggest to do the following things:
For the Rust projects, I suggest PGO optimizing with cargo-pgo.
Beta Was this translation helpful? Give feedback.
All reactions