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

Further allocator refactoring #1173

Merged
merged 6 commits into from
Dec 9, 2024
Merged

Further allocator refactoring #1173

merged 6 commits into from
Dec 9, 2024

Conversation

stevenmeker
Copy link
Collaborator

Dead code eliminated:
youngspace_size()
arena_size()

union memory_block_header and associated functionality replaced. The semispace id is now stored in the last byte of the hyperblock which simplifies address computations.

@rv-jenkins rv-jenkins changed the base branch from master to develop December 4, 2024 03:02
include/runtime/alloc.h Outdated Show resolved Hide resolved
Copy link
Collaborator

@theo25 theo25 left a comment

Choose a reason for hiding this comment

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

Looks good to me.

@dwightguth dwightguth merged commit eb79b84 into develop Dec 9, 2024
10 checks passed
@dwightguth dwightguth deleted the new_alloc2 branch December 9, 2024 20:11
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.

3 participants