-
-
Notifications
You must be signed in to change notification settings - Fork 32.2k
gh-112075: Add gc shared bits #114931
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
gh-112075: Add gc shared bits #114931
Conversation
b1431ef
to
8f1cc87
Compare
8f1cc87
to
1d72215
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
1d72215
to
582179c
Compare
|
Add GC shared flags for objects to the GC bit states in free-threaded builds
This adds the GC shared flags for objects to the gc bit states in free-threaded builds. This will allow marking objects as being shared so that we can use QSBR to free them, enabling lock-free readers for dict (and other) objects.
dict
objects thread-safe in--disable-gil
builds #112075