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

Evalaute Profile-Guided Optimization (PGO) and LLVM BOLT #564

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

Evalaute Profile-Guided Optimization (PGO) and LLVM BOLT #564

zamazan4ik opened this issue Jul 30, 2023 · 0 comments

Comments

@zamazan4ik
Copy link

zamazan4ik commented Jul 30, 2023

Hi!

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

Since PGO showed measurable improvements in compiler-like workloads (Clang, GCC, Rustc, etc.) I think it could be helpful to check PGO for the FBThrift compiler too.

We need to perform PGO benchmarks on FBThrift compiler. And if it shows improvements - add a note to the documentation about possible improvements in FBThrift compiler performance with PGO. Providing an easier way (e.g. a build option) to build scripts with PGO can be useful for the maintainers and end-users too. Reducing compile time is important for CI and local developers' experience.

Also, since Facebook created BOLT (LLVM BOLT) I think would be great to see BOLT results on FBThrift compiler as well.

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