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

Make during_compacting flag in GC one bit #4730

Merged
merged 1 commit into from
Aug 11, 2021

Conversation

peterzhu2118
Copy link
Member

Commit c32218d turned during_compacting flag to 2 byte to support the case when there is no write barrier. But commit 32b7dcf changed compaction to always enable the write barrier. This commit cleans up some of the leftover code.

Commit c32218d turned during_compacting
flag to 2 bits to support the case when there is no write barrier. But
commit 32b7dcf changed compaction to
always enable the write barrier. This commit cleans up some of the
leftover code.
@peterzhu2118 peterzhu2118 changed the title Make during_compacting flag in GC one byte Make during_compacting flag in GC one bit Aug 11, 2021
@peterzhu2118 peterzhu2118 merged commit 79cc566 into ruby:master Aug 11, 2021
@peterzhu2118 peterzhu2118 deleted the pz-during-compacting-one-byte branch August 11, 2021 13:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
1 participant