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

JIT: Avoid calling GC write barrier for byrefs #105934

Closed
wants to merge 15 commits into from

Conversation

jakobbotsch
Copy link
Member

@jakobbotsch jakobbotsch commented Aug 5, 2024

Revive #89064. Calling the write barrier on byref fields is not correct, as pointed out here: #80086 (comment)

Fix #90195

@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 Aug 5, 2024
@jakobbotsch jakobbotsch closed this Aug 5, 2024
@jakobbotsch
Copy link
Member Author

Nevermind, turns out #90195 was already fixed as a side effect of another change.

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.

JIT: avoid calling GC write barrier for byrefs
2 participants