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

Add object() in MemorySlice #798

Merged
merged 5 commits into from
May 5, 2023
Merged

Conversation

qinsoon
Copy link
Member

@qinsoon qinsoon commented Apr 28, 2023

This PR adds a method object() to trait MemorySlice to allow defining an owner object for a memory slice. When we check if a slice is in mature space, we will check its owner object rather than the slice address.

@qinsoon qinsoon marked this pull request as ready for review May 4, 2023 00:58
@qinsoon qinsoon requested a review from wenyuzhao May 4, 2023 00:59
@qinsoon qinsoon added the PR-testing Run binding tests for the pull request (deprecated: use PR-extended-testing instead) label May 5, 2023
@qinsoon qinsoon merged commit ed347f1 into mmtk:master May 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
PR-testing Run binding tests for the pull request (deprecated: use PR-extended-testing instead)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants