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

LTO Binaries #128

Open
airbnb-gps opened this issue May 17, 2023 · 1 comment
Open

LTO Binaries #128

airbnb-gps opened this issue May 17, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@airbnb-gps
Copy link

Is your feature request related to a problem?

Performance

Describe a solution you would like

OpenJDK's configure has a link-time-opt feature (--with-jvm-features=link-time-opt) that will engage LTO to hopefully improve performance of produced binaries. Corretto's official binary distributions (produced through its custom Gradle build system) don't enable LTO.

Should it? If not, why?

Describe alternatives you have considered

Leaving things the way they are.

@navyxliu navyxliu added the enhancement New feature or request label Jul 27, 2023
@navyxliu
Copy link

hi, @airbnb-gps

Do you have performance data about LTO? for long-haul java services, most of time is in JIT-generated code. I am not sure how much we would gain from LTO.

we will discuss this idea and get you back.

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

No branches or pull requests

2 participants