Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Evaluate Profile-Guided Optimization (PGO) #1152

Open
zamazan4ik opened this issue Jul 15, 2023 · 0 comments
Open

Evaluate Profile-Guided Optimization (PGO) #1152

zamazan4ik opened this issue Jul 15, 2023 · 0 comments

Comments

@zamazan4ik
Copy link

Hi!

Recently I checked Profile-Guided Optimization (PGO) improvements on multiple projects. The results are here. LLVM-related results are here.

Since PGO showed measurable improvements in compiler-like loads (Clang, Clangd, clang-format, GCC, Rustc, etc.) I think it could be useful to check PGO on SVF as well.

We need to perform PGO benchmarks on SVF. And if it shows improvements - add a note about possible improvements in SVF performance with PGO. Providing an easier way (e.g. a build option) to build scripts with PGO can be useful for the end-users too. Trying LLVM BOLT could be a good option too but I recommend starting with the usual PGO.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant