diff options
| author | Peter Zhu <peter@peterzhu.ca> | 2025-01-10 15:40:37 -0500 |
|---|---|---|
| committer | git <svn-admin@ruby-lang.org> | 2025-01-13 16:44:36 +0000 |
| commit | 85a25116ccfe509d8a3de9cd5bfc467f2d77159e (patch) | |
| tree | d74c1a256362c3a953bbbb243c39d3e412f3e9cb | |
| parent | 0a26a3de8955e90ef63c238b1469981648e804de (diff) | |
[ruby/mmtk] Enable immix_non_moving feature
https://github.com/ruby/mmtk/commit/63ab563e04
| -rw-r--r-- | gc/mmtk/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
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" |
