Skip to content

Use ChunkMap in MallocSpace #1312

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

Merged
merged 1 commit into from
May 2, 2025
Merged

Conversation

qinsoon
Copy link
Member

@qinsoon qinsoon commented May 1, 2025

This PR changes MallocSpace to remove its own global side metadata MS_ACTIVE_CHUNK, and use ChunkMap instead. This PR resolves the discussion in #1304 (comment).

@qinsoon qinsoon force-pushed the malloc-space-chunkmap branch from 27231b5 to 993663f Compare May 1, 2025 01:38
@qinsoon qinsoon added the PR-extended-testing Run extended tests for the pull request label May 1, 2025
@qinsoon qinsoon marked this pull request as ready for review May 1, 2025 05:56
@qinsoon qinsoon requested a review from k-sareen May 1, 2025 05:56
Copy link
Collaborator

@k-sareen k-sareen left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. Thanks!

@qinsoon qinsoon added this pull request to the merge queue May 1, 2025
Merged via the queue into mmtk:master with commit f5179fb May 2, 2025
39 of 40 checks passed
@qinsoon qinsoon deleted the malloc-space-chunkmap branch May 2, 2025 00:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
PR-extended-testing Run extended tests for the pull request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants