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

[New Feature] Evalaute Post-Link Optimizations (PLO) for YugabyteDB #20090

Open
1 task done
zamazan4ik opened this issue Nov 30, 2023 · 0 comments
Open
1 task done

[New Feature] Evalaute Post-Link Optimizations (PLO) for YugabyteDB #20090

zamazan4ik opened this issue Nov 30, 2023 · 0 comments
Labels
kind/new-feature This is a request for a completely new feature

Comments

@zamazan4ik
Copy link

Description

Post-Link Optimizations (PLO) is an additional optimization step after Profile-Guided Optimization (PGO) that can improve performance even after PGO.

Right now there are two main PLO tools: LLVM BOLT and Propeller.

Here I collect all results by applying LLVM BOLT to the projects (with benchmark numbers).

Projects with already integrated BOLT into their build scripts

@NatashaSerebryanaya in #12763 (comment) you mentioned that you will try to perform tests with LLVM BOLT. Did you get any results? Would be really interesting to see them.

Warning: Please confirm that this issue does not contain any sensitive information

  • I confirm this issue does not contain any sensitive information.
@zamazan4ik zamazan4ik added the kind/new-feature This is a request for a completely new feature label Nov 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/new-feature This is a request for a completely new feature
Projects
None yet
Development

No branches or pull requests

1 participant