Evaluate using Profile-Guided Optimization (PGO) and Post-Link Optimization (PLO) #4169
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 checked many optimizations like PGO and PLO (mostly with LLVM BOLT) improvements on multiple projects including many databases - the results are available here. According to the tests, these optimizations can help to achieve better CPU performance in many cases. I think trying to optimize Fluvio's performance with PGO and PLO can be an interesting idea.
I can suggest the following action points:
Here are some examples of how PGO optimization is integrated into other projects:
I would be happy to answer your questions about all the optimizations above.
Thank you.
P.S. By the way, why the #3184 issue was closed? I guess it was just a simple auto-mistake. Could you please reopen it or move to the right place?
Beta Was this translation helpful? Give feedback.
All reactions