Add Profile-Guided Optimization (PGO) support to dart2native #53855
Labels
area-vm
Use area-vm for VM related issues, including code coverage, and the AOT and JIT backends.
P3
A lower priority bug or feature request
triaged
Issue has been triaged by sub team
type-enhancement
A request for a change that isn't a bug
Hi!
Recently I started to evaluate the Profile-Guided Optimization (PGO) state across the whole ecosystem. I did a lot of PGO measurements - all the results are available here. According to my experience, PGO helps with achieving better optimization levels in many real-world applications. That's why I think having PGO support for compiling Dart programs with
dart2native
is a nice feature to have.Multiple languages already support PGO like:
Also, adding PGO to
dart2native
was already previously mentioned in #39367 - I just decided to create a dedicated issue for it.The text was updated successfully, but these errors were encountered: