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

[GR-59641] Basic infrastructure to create a DynamicHub at runtime #10270

Merged
merged 1 commit into from
Dec 12, 2024

Conversation

graalvmbot
Copy link
Collaborator

Initial support to allocate a DynamicHub into dedicated chunks of the GC. Needs a separate allocation node (SubstrateNewDynamicHubNode) and appropriate lowering. Only Serial GC for now.

Co-authored-by: Thomas Garcia [email protected]

@oracle-contributor-agreement oracle-contributor-agreement bot added the OCA Verified All contributors have signed the Oracle Contributor Agreement. label Dec 9, 2024
Initial support to allocate a DynamicHub into dedicated chunks of the GC. Needs a separate allocation node (SubstrateNewDynamicHubNode) and appropriate lowering. Only Serial GC for now.

Co-authored-by: Thomas Garcia <[email protected]>
@graalvmbot graalvmbot closed this Dec 12, 2024
@graalvmbot graalvmbot deleted the buf/GR-59641 branch December 12, 2024 03:32
@graalvmbot graalvmbot merged commit 1ce5535 into master Dec 12, 2024
13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
OCA Verified All contributors have signed the Oracle Contributor Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants