Evaluate using Profile-Guided Optimization (PGO) and Post-Link Optimization (PLO) #377
zamazan4ik
started this conversation in
Ideas
Replies: 1 comment
-
Interesting -- thanks for the share. It looks like we'd run into a similar issue as Kobzol/cargo-pgo#38, as a majority of our CPU time is spent using the But this is a nice idea to keep on the radar |
Beta Was this translation helpful? Give feedback.
0 replies
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!
Recently I did a lot of PGO-related benchmarks on different software - all available results are here. According to my tests, PGO can help with achieving better performance in many workloads, including compiler-like (compilers, static analysis, code formatters, etc.). Since this, I think it would be a good idea to test PGO with the analyzer to potentially improve its performance.
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