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

Add --crossgen-optlevel, --crossgen-mibc options #350

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

EgorBo
Copy link
Member

@EgorBo EgorBo commented Mar 15, 2022

This PR adds two options to jit-dasm:

--crossgen-optlevel - it's useful to either disable opts for crossgen or enable -Ot (prefer performance) where we use the ExtendedDefaultPolicy inliner (more aggressive, the one that is used for JIT). Default is -O (mixed)

--crossgen-mibc - path to an mibc file to consume pgo data.

PTAL @dotnet/jit-contrib

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.

2 participants