Skip to content

[GR-68116] Enable shared arena support by default. #11828

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

graalvmbot
Copy link
Collaborator

This enables shared arena support by default.
There is one exception: Shared arena support is currently not compatible with vector API support. We still have to fix a problem for this combination.
The logic in SubstrateOptions.isSharedArenaSupportEnabled considers that an won't enable shared arena support if vector API support is explicitly enabled.
It is still possible to override that behavior by explicitly providing -H:±SharedArenaSupport.

@oracle-contributor-agreement oracle-contributor-agreement bot added the OCA Verified All contributors have signed the Oracle Contributor Agreement. label Jul 30, 2025
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