Skip to content

Propagate mark after visiting pinned objects in minimal runtime #1650

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

Merged
merged 2 commits into from
Jan 31, 2021

Conversation

dcodeIO
Copy link
Member

@dcodeIO dcodeIO commented Jan 31, 2021

The minimal runtime processed pinned object too late, leading to their members and other indirectly reachable objects to become collected prematurely.

fixes #1646

  • I've read the contributing guidelines

@dcodeIO dcodeIO merged commit b204216 into master Jan 31, 2021
@dcodeIO dcodeIO deleted the fix-minimal branch June 1, 2021 15:20
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.

Minimal runtime GC collects pinned objects.
1 participant