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

Introduce correct support for compacting GC. #73

Merged
merged 4 commits into from
Aug 21, 2023
Merged

Introduce correct support for compacting GC. #73

merged 4 commits into from
Aug 21, 2023

Conversation

ioquatix
Copy link
Member

@ioquatix ioquatix commented Aug 21, 2023

Fix our garbage collection and add support for compacting GC.

This also ensures that all fibers are retained if they are waiting in the event loop, a departure from existing behaviour (probably for the better).

cc @nevans

See also: https://bugs.ruby-lang.org/issues/18818

Types of Changes

  • Bug fix.
  • New feature.

Contribution

@ioquatix ioquatix merged commit 5ef599a into main Aug 21, 2023
@ioquatix ioquatix deleted the fix-gc-mark branch August 21, 2023 12:42
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.

1 participant