Skip to content

Update Ruby for the new GC disable API - #98

Closed
qinsoon wants to merge 8 commits into
mmtk:dev/mmtk-overrides-defaultfrom
qinsoon:gc-disable-api
Closed

Update Ruby for the new GC disable API#98
qinsoon wants to merge 8 commits into
mmtk:dev/mmtk-overrides-defaultfrom
qinsoon:gc-disable-api

Conversation

@qinsoon

@qinsoon qinsoon commented Jul 22, 2026

Copy link
Copy Markdown
Member

Update for mmtk/mmtk-core#1457. Mostly done by Claude.

wks pushed a commit to qinsoon/mmtk-ruby that referenced this pull request Jul 27, 2026
The MMTk core reintroduced the `disable_collection` and
`enable_collection`.  They are implemented in MMTk core and has a
built-in depth counter which requires invocations of `enable_collection`
to be paired with the same number of `disable_collection` invocations.

On the Rust side, we updated the API wrappers, removed code related to
the old API and updated the `mmtk-core` and `ruby` repo dependencies.

Related PRs:

-   mmtk/mmtk-core#1457
-   mmtk/ruby#98
@wks

wks commented Jul 27, 2026

Copy link
Copy Markdown

This PR has been manually rebased and merged as 1173fb9

@wks wks closed this Jul 27, 2026
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.

2 participants