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

Support ruby GC compaction #1192

Merged
merged 1 commit into from
Jan 18, 2023
Merged

Conversation

fatkodima
Copy link
Contributor

ruby 2.7+ introduced GC compaction via GC.compact. This PR helps this gem to be compaction friendly.

@sodabrew
Copy link
Collaborator

Thank you very much for this! I will read up on compaction to learn more about it! Very likely I want to delay landing this until after the pending 0.5.x release so that there's a new stable version folks could fall back to in case of any instability caused by this change.

@sodabrew
Copy link
Collaborator

sodabrew commented Jun 3, 2022

@tenderlove This looks good to me! Any review notes at your end?

@sodabrew sodabrew added this to the 0.6.0 milestone Jun 3, 2022
@sodabrew
Copy link
Collaborator

Sorry about the very long delay. Would you mind rebasing since merging the #1284 made some minor conflicting changes? (If you don't have time I'll swing back to this and adjust in a fixit commit.)

@fatkodima
Copy link
Contributor Author

@sodabrew Rebased.

@sodabrew sodabrew merged commit c0410ab into brianmario:master Jan 18, 2023
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