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

[release/5.0] Fix GC hole with STOREIND of LCL_VAR_ADDR/LCL_FLD_ADDR #45947

Merged
merged 1 commit into from
Dec 11, 2020

Conversation

BruceForstall
Copy link
Member

@BruceForstall BruceForstall commented Dec 11, 2020

Backport of (part of) #45818 to release/5.0

Fixes: #45557

Customer Impact

Reported by Roslyn. Bad GC info can lead to an unexplained crash that can't easily be found or worked around.

Regression?

Yes, this is a regression from .NET Core 3.1

Testing

Manual, new unit test, CLR outerloop, SuperPMI asm diffs.

Risk

Low

Backport of (part of) dotnet#45818 to release/5.0

Fixes: dotnet#45557

Reported by Roslyn. Bad GC info can lead to an unexplained crash that can't easily be found or worked around.

Manual, new unit test, CLR outerloop, SuperPMI asm diffs.

Low
@Dotnet-GitSync-Bot Dotnet-GitSync-Bot added the area-CodeGen-coreclr CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI label Dec 11, 2020
@AndyAyersMS AndyAyersMS added the Servicing-consider Issue for next servicing release review label Dec 11, 2020
@AndyAyersMS AndyAyersMS added this to the 5.0.x milestone Dec 11, 2020
Copy link
Member

@jeffschwMSFT jeffschwMSFT left a comment

Choose a reason for hiding this comment

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

Approved. We may still be able to consider this for 5.0.2

@mmitche mmitche merged commit 5166da4 into dotnet:release/5.0 Dec 11, 2020
@BruceForstall BruceForstall deleted the Port45557FixToNet5 branch December 11, 2020 22:21
@ghost ghost locked as resolved and limited conversation to collaborators Jan 10, 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 Servicing-consider Issue for next servicing release review
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants