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

feat(engine): Require NoGcScope to create Strings #462

Merged
merged 12 commits into from
Nov 21, 2024

Conversation

aapoalas
Copy link
Collaborator

I decided to do interleaved safepoint GC introduction step by step. That was a good choice, as the engine still builds and I'm a bit closer to it actually working in the way it should.

The borrow checker is now, seemingly, at least to some degree, checking that String types do not get kept on the stack past GC. So that's nice.

@aapoalas aapoalas force-pushed the feat/engine-do-interleaved-gc branch from 42b88e2 to d0d286b Compare November 21, 2024 16:35
@aapoalas aapoalas merged commit fa140b8 into main Nov 21, 2024
1 check passed
@aapoalas aapoalas deleted the feat/engine-do-interleaved-gc branch November 21, 2024 16:49
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.

1 participant