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 GCWorker ownership #134

Merged
merged 2 commits into from
Jan 28, 2022
Merged

Fix GCWorker ownership #134

merged 2 commits into from
Jan 28, 2022

Conversation

wks
Copy link
Contributor

@wks wks commented Jan 17, 2022

This PR is associated to PR mmtk/mmtk-core#523 in mmtk-core.
It fixes mmtk/mmtk-core#522

GCWorker instances are now owned by worker threads.  This eliminated a
need of unsafely converting &GCWorker to &mut GCWorker.
@qinsoon qinsoon merged commit e0f5b0c into mmtk:master Jan 28, 2022
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.

Inconsistent mutability of GCWorker across VM interface
2 participants