You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In addition to `mmtk_{disable,enable}_collection`, we also expose an API
`mmtk_is_collection_enabled` for the Ruby runtime to implement
`GC.disable` and `GC.enable`.
We also expose the `force` and `exhaustive` parameters of
`MMTK::handle_user_collection_request` to the C part so that `GC.start`
can force a GC even when the user disabled GC.
0 commit comments