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

Revert any references that are on the machine stack after compacting #4510

Merged
merged 1 commit into from
May 18, 2021

Commits on May 18, 2021

  1. Revert any references that are on the machine stack after compacting

    Since compaction can be concurrent, the machine stack is allowed to
    change while compaction is happening.  When compaction finishes, there
    may be references on the machine stack that need to be reverted so that
    we can remove the read barrier.
    tenderlove committed May 18, 2021
    Configuration menu
    Copy the full SHA
    8f2f69d View commit details
    Browse the repository at this point in the history