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 support for OSR jitted code #1584

Merged
merged 1 commit into from
Mar 10, 2022

Conversation

AndyAyersMS
Copy link
Member

Parser support for OSR.

OSR methods jit on foreground threads.

Parser support for OSR.

OSR methods jit on foreground threads.
@AndyAyersMS
Copy link
Member Author

We have been setting the proper info in the ETW records for quite a while now. But OSR has always been an experimental feature, so I never bothered to update any tooling.

Now we're getting close to enabling it by default for some architectures. Methods jitted this way should start showing up in .NET 7 Preview 3 or 4.

Without this change, OSR methods show up as "ReadyToRun" in tiering annotated views, and mess up the jit stats report.

@AndyAyersMS
Copy link
Member Author

@kouvel can you PTAL -- I think you added the tiering aware views.
cc @brianrob

Copy link
Member

@brianrob brianrob left a comment

Choose a reason for hiding this comment

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

:shipit:

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.

3 participants