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

Create an isolate group per isolate #3416

Merged
merged 1 commit into from
Jan 28, 2025

Conversation

erikcorry
Copy link
Contributor

Starting with 13.3 we need to put each Isolate in its own IsolateGroup, otherwise they share a pointer cage, which causes out-of-memory or overflow of code space.

Felix: As I recall you already tried this patch with success - see chat.

@erikcorry erikcorry requested review from a team as code owners January 28, 2025 14:32
@erikcorry erikcorry merged commit 2cf2f89 into main Jan 28, 2025
17 checks passed
@erikcorry erikcorry deleted the erikcorry/one-isolate-group-per-isolate branch January 28, 2025 18:16
mar-cf pushed a commit that referenced this pull request Jan 28, 2025
mar-cf pushed a commit that referenced this pull request Jan 29, 2025
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.

4 participants