Skip to content

Remove gc_compaction test #401

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 1 commit into from
Aug 14, 2025
Merged

Conversation

tompng
Copy link
Member

@tompng tompng commented Aug 14, 2025

BigDecimal was GC compaction unsafe because of its structure (T_DATA contains back reference to VALUE).
Now that the structure is changed and back reference is removed, we don't need this kind of test just like other c-extension libraries.

BigDecimal was GC compaction unsafe because of its structure (T_DATA contains back reference to VALUE).
Now that the structure is changed and back reference is removed, we don't need this kind of test just like other c-extension libraries.
@tompng tompng merged commit bbf5ce7 into ruby:master Aug 14, 2025
79 checks passed
@tompng tompng deleted the rm_gc_compaction_test branch August 14, 2025 13:28
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