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

Fix total_freed_objects for invalidated pages #4841

Merged
merged 1 commit into from
Sep 15, 2021

Conversation

peterzhu2118
Copy link
Member

When the object is moved back into the T_MOVED, the flags of the T_MOVED is not copied, so the FL_FROM_FREELIST flag is lost. This causes total_freed_objects to always be incremented.

When the object is moved back into the T_MOVED, the flags of the T_MOVED
is not copied, so the FL_FROM_FREELIST flag is lost. This causes
total_freed_objects to always be incremented.
@peterzhu2118 peterzhu2118 merged commit db51bca into ruby:master Sep 15, 2021
@peterzhu2118 peterzhu2118 deleted the pz-compaction-invalidate-fix branch September 15, 2021 13:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
1 participant