Skip to content
Discussion options

You must be logged in to vote

It is already possible with the static pgo tool and crossgen2:
You can collect the profile information and save it to a mibc file (dotnet-pgo tool), then recompile your app with crossgen2 (ReadyToRun) using the generated mibc file.

See https://github.com/dotnet/runtime/blob/main/docs/design/features/dotnet-pgo.md for document.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by maxima120
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Ideas
Labels
None yet
2 participants