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

Move methods in multiple VM traits into VMBinding #1035

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

qinsoon
Copy link
Member

@qinsoon qinsoon commented Dec 3, 2023

The main motivation for the PR is to simplify VMBinding so it is easier to create a mock for trait VMBinding for the purpose of testing. It removes the existing ActivePlan/Collection/ObjectModel/Scanning/ReferenceGlue, and moves their members all into VMBinding with minor renaming. This PR supersedes #652.

Changes:

  • Remove ActivePlan/Collection/ObjectModel/Scanning/ReferenceGlue, and move their members all into VMBinding
  • Add the word object to some method names in the old ObjectModel.
  • Add the word weakref to some method names in the old ReferenceGlue.
  • Rename some of the modules in mmtk::vm.

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.

None yet

1 participant