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

Make gcunsafe for cpblk if it has gc pointers #70053

Merged
merged 1 commit into from
Jun 1, 2022

Conversation

kunalspathak
Copy link
Member

While refactoring #69202 I missed a case where we would not mark a region as GC unsafe for store block that might have GC pointers.

Fixes: #69657

@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 May 31, 2022
@ghost ghost assigned kunalspathak May 31, 2022
@ghost
Copy link

ghost commented May 31, 2022

Tagging subscribers to this area: @JulieLeeMSFT
See info in area-owners.md if you want to be subscribed.

Issue Details

While refactoring #69202 I missed a case where we would not mark a region as GC unsafe for store block that might have GC pointers.

Fixes: #69657

Author: kunalspathak
Assignees: -
Labels:

area-CodeGen-coreclr

Milestone: -

@jakobbotsch
Copy link
Member

Is it possible to backport this into preview 5? Otherwise when the SDK propagates we will probably end up with spurious CI failures due to this.

@kunalspathak kunalspathak merged commit 2adf205 into dotnet:main Jun 1, 2022
@kunalspathak
Copy link
Member Author

/backport to release/7.0-preview5

@github-actions
Copy link
Contributor

github-actions bot commented Jun 1, 2022

Started backporting to release/7.0-preview5: https://github.com/dotnet/runtime/actions/runs/2419458238

@kunalspathak kunalspathak deleted the gcunsafe branch June 1, 2022 05:30
@JulieLeeMSFT JulieLeeMSFT added this to the 7.0.0 milestone Jun 1, 2022
@ghost ghost locked as resolved and limited conversation to collaborators Jul 2, 2022
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.

ARM32/ARM64 gcstress-extra failures
4 participants