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

feat: add support for PGO #205

Merged
merged 1 commit into from
Dec 12, 2023
Merged

feat: add support for PGO #205

merged 1 commit into from
Dec 12, 2023

Conversation

fmeum
Copy link
Collaborator

@fmeum fmeum commented Dec 12, 2023

The new profiles attribute on native_image can be used to apply profile-guided optimization.

@fmeum fmeum requested a review from sgammon as a code owner December 12, 2023 16:35
The new `profiles` attribute on `native_image` can be used to apply
profile-guided optimization.

Signed-off-by: Fabian Meumertzheim <fabian@meumertzhe.im>
Copy link

sonarcloud bot commented Dec 12, 2023

Quality Gate Passed Quality Gate passed

Kudos, no new issues were introduced!

0 New issues
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarCloud

Copy link
Owner

@sgammon sgammon left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nice!

@fmeum
Copy link
Collaborator Author

fmeum commented Dec 12, 2023

I tested this on turbine and got a nice further speedup.

@sgammon If you have time, could you create a release with this PR merged?

@fmeum fmeum merged commit 90886c7 into main Dec 12, 2023
60 checks passed
@fmeum fmeum deleted the pgo branch December 12, 2023 19:29
@sgammon
Copy link
Owner

sgammon commented Dec 12, 2023

@fmeum Yep

@sgammon sgammon linked an issue Jan 8, 2024 that may be closed by this pull request
This pull request was closed.
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

Successfully merging this pull request may close these issues.

PGO support
2 participants