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

Fix tiering assertion failures from concurrent or reentering JIT of the same native code version #39643

Merged
merged 3 commits into from
Jul 20, 2020

Conversation

kouvel
Copy link
Member

@kouvel kouvel commented Jul 20, 2020

Allowed disabling call counting multiple times.

Fixes #39604

…he same native code version

Allowed disabling call counting multiple times.

Fixes dotnet#39604
@kouvel kouvel added this to the 5.0.0 milestone Jul 20, 2020
@kouvel kouvel self-assigned this Jul 20, 2020
@kouvel
Copy link
Member Author

kouvel commented Jul 20, 2020

CC @jkotas @noahfalk

@jkotas
Copy link
Member

jkotas commented Jul 20, 2020

Thanks!

@kouvel kouvel merged commit 36041c5 into dotnet:master Jul 20, 2020
@kouvel kouvel deleted the TierAssertFix branch July 20, 2020 22:00
Jacksondr5 pushed a commit to Jacksondr5/runtime that referenced this pull request Aug 10, 2020
…he same native code version (dotnet#39643)

Fix tiering assertion failures from concurrent or reentering JIT of the same native code version

Allowed disabling call counting multiple times.

Fixes dotnet#39604
@ghost ghost locked as resolved and limited conversation to collaborators Dec 8, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

AF: GetOptimizationTier() == NativeCodeVersion::OptimizationTier0
2 participants