From 85a25116ccfe509d8a3de9cd5bfc467f2d77159e Mon Sep 17 00:00:00 2001 From: Peter Zhu Date: Fri, 10 Jan 2025 15:40:37 -0500 Subject: [PATCH] [ruby/mmtk] Enable immix_non_moving feature https://github.com/ruby/mmtk/commit/63ab563e04 --- gc/mmtk/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gc/mmtk/Cargo.toml b/gc/mmtk/Cargo.toml index fd2beb108c..93ad269a1a 100644 --- a/gc/mmtk/Cargo.toml +++ b/gc/mmtk/Cargo.toml @@ -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"