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

CBL-6075: Implement phantom ref driven cleaner #328

Merged
merged 1 commit into from
Aug 16, 2024
Merged

Conversation

bmeike
Copy link
Contributor

@bmeike bmeike commented Aug 15, 2024

No description provided.

@bmeike bmeike requested a review from borrrden August 15, 2024 18:53
@bmeike bmeike self-assigned this Aug 15, 2024
Copy link
Member

@borrrden borrrden left a comment

Choose a reason for hiding this comment

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

Essentially the TL;DR is that this model allows you to make more threads for finalization so that the one existing one from the runtime doesn't get backed up. All the details are around making sure that the existing finalizer thread simply marks the object as a zombie and moves on so that the new thread can handle it.

@bmeike bmeike merged commit c98c5f1 into master Aug 16, 2024
@bmeike bmeike deleted the pr/CBL-6075 branch August 16, 2024 15:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants