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

NoGCRegion Callback #82045

Merged
merged 1 commit into from
May 21, 2023
Merged

NoGCRegion Callback #82045

merged 1 commit into from
May 21, 2023

Conversation

cshung
Copy link
Member

@cshung cshung commented Feb 13, 2023

This PR implements the RegisterNoGCCallback API proposal.

Fixes #66039

@dotnet-issue-labeler
Copy link

Note regarding the new-api-needs-documentation label:

This serves as a reminder for when your PR is modifying a ref *.cs file and adding/modifying public APIs, to please make sure the API implementation in the src *.cs file is documented with triple slash comments, so the PR reviewers can sign off that change.

@dotnet-issue-labeler
Copy link

I couldn't figure out the best area label to add to this PR. If you have write-permissions please help me learn by adding exactly one area label.

@ghost
Copy link

ghost commented Feb 13, 2023

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

Issue Details

WIP - testing only

Author: cshung
Assignees: cshung
Labels:

area-GC-coreclr, new-api-needs-documentation

Milestone: -

src/coreclr/gc/gc.cpp Outdated Show resolved Hide resolved
src/coreclr/gc/gcinterface.h Outdated Show resolved Hide resolved
src/coreclr/gc/gc.cpp Outdated Show resolved Hide resolved
src/coreclr/gc/gcimpl.h Outdated Show resolved Hide resolved
@jkotas
Copy link
Member

jkotas commented May 11, 2023

If the finalizer thread got the work, but then sleep for indefinite amount of time before it actually does the work,

What about if the thread is rescheduled right after we check the cookie, but before actually doing the work?

It seems that the cookie is reducing probability of the race condition, but it is not actually reliably preventing the race condition.

src/coreclr/gc/gc.cpp Outdated Show resolved Hide resolved
@jkotas
Copy link
Member

jkotas commented May 12, 2023

VM side - LGTM! @Maoni0 should sign-off on the GC side.

src/coreclr/gc/gc.cpp Outdated Show resolved Hide resolved
Copy link
Member

@Maoni0 Maoni0 left a comment

Choose a reason for hiding this comment

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

other than the couple of comments above, this LGTM!

@cshung cshung force-pushed the public/no-gc-region-callback branch from e557c26 to 9f1ca40 Compare May 20, 2023 22:27
Co-authored-by: Jan Kotas <jkotas@microsoft.com>
@cshung cshung force-pushed the public/no-gc-region-callback branch from 9f1ca40 to 0ecb53f Compare May 20, 2023 23:59
@cshung cshung merged commit 6a02ab2 into dotnet:main May 21, 2023
@cshung cshung deleted the public/no-gc-region-callback branch May 21, 2023 01:46
@ghost ghost locked as resolved and limited conversation to collaborators Jun 20, 2023
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.

[API Proposal]: NoGC callback
7 participants