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 for issue 55241 #56230

Merged
merged 1 commit into from
Jul 26, 2021
Merged

Fix for issue 55241 #56230

merged 1 commit into from
Jul 26, 2021

Conversation

briansull
Copy link
Contributor

Don't decrement our budget once we have reached 0

Don't decrement our budget once we have reached 0
@dotnet-issue-labeler dotnet-issue-labeler bot added the area-CodeGen-coreclr CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI label Jul 23, 2021
@briansull
Copy link
Contributor Author

Fixes #55241

@briansull
Copy link
Contributor Author

@dotnet/jit-contrib PTAL

@briansull briansull merged commit 16b4564 into dotnet:main Jul 26, 2021
@briansull briansull deleted the fix_55241 branch July 26, 2021 21:25
@ghost ghost locked as resolved and limited conversation to collaborators Aug 25, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-CodeGen-coreclr CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Test failure: Assertion failed '(budget >= 0) && (budget <= m_mapSelectBudget)'
2 participants