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

Handle no-free strings properly. #105

Merged
merged 2 commits into from
Sep 19, 2024
Merged

Handle no-free strings properly. #105

merged 2 commits into from
Sep 19, 2024

Conversation

wks
Copy link
Collaborator

@wks wks commented Sep 19, 2024

This PR updates the ruby repo to include commits related to handling Strings with the STR_NOFREE flag.

The ruby repo also includes a change that forwards rb_str_tmp_frozen_no_embed_acquire to rb_str_tmp_frozen_acquire because we don't need to workaround page locking when using MMTk.

We also apply -DMMTK_WB_ASSERT_VO when running CI tests. That will help us detect "destination is not MMTk object" bugs earlier at the time when the field is written to.

wks added 2 commits September 19, 2024 11:20
This commit updates the `ruby` repo to include commits related to
handling Strings with the `STR_NOFREE` flag.
This will help detecting dangling pointers earlier.
@wks wks merged commit 4d85076 into mmtk:master Sep 19, 2024
16 checks passed
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