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

Try Go 1.21 PGO #362

Open
4 tasks
poszu opened this issue Aug 29, 2023 · 0 comments
Open
4 tasks

Try Go 1.21 PGO #362

poszu opened this issue Aug 29, 2023 · 0 comments
Labels

Comments

@poszu
Copy link
Contributor

poszu commented Aug 29, 2023

The Profile Guided Optimization (PGO) is officially available since go 1.21 https://go.dev/blog/go1.21.

Steps:

  • gather profile data on one of the bare-metal poets (is-poet could be used),
  • rebuild with PGO
  • compare the POSW performance
  • if performance is improved, then incorporate in release build in CI
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: 📋 Backlog
Development

No branches or pull requests

1 participant