[ruby/mmtk] Enable immix_non_moving feature

https://github.com/ruby/mmtk/commit/63ab563e04
This commit is contained in:
Peter Zhu 2025-01-10 15:40:37 -05:00 committed by git
parent 0a26a3de89
commit 85a25116cc

View File

@ -22,7 +22,7 @@ probe = "0.5"
sysinfo = "0.32.0"
[dependencies.mmtk]
features = ["is_mmtk_object", "object_pinning", "sticky_immix_non_moving_nursery"]
features = ["is_mmtk_object", "object_pinning", "sticky_immix_non_moving_nursery", "immix_non_moving"]
# Uncomment the following lines to use mmtk-core from the official repository.
git = "https://github.com/mmtk/mmtk-core.git"