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

ChunkMap is broken when using multiple spaces that access it #1197

Open
k-sareen opened this issue Sep 9, 2024 · 1 comment
Open

ChunkMap is broken when using multiple spaces that access it #1197

k-sareen opened this issue Sep 9, 2024 · 1 comment

Comments

@k-sareen
Copy link
Collaborator

k-sareen commented Sep 9, 2024

tl;dr ChunkMap encodes global state (whether a chunk has been allocated or not) but is used as if it's a local metadata which can cause issues when using multiple spaces that access it such as ImmixSpace and MarkSweepSpace.

For more context see here: https://mmtk.zulipchat.com/#narrow/stream/262673-mmtk-core/topic/.60ChunkMap.60.20with.20ImmixSpace.20and.20MarkSweepSpace

@k-sareen
Copy link
Collaborator Author

See k-sareen@9ae4936 for my (ugly) solution to this.

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

No branches or pull requests

1 participant