From d9ae4e217afeebf1388c44458ac21cea03ce8003 Mon Sep 17 00:00:00 2001 From: Kunshan Wang Date: Wed, 2 Apr 2025 16:28:59 +0800 Subject: [PATCH] Ruby: Move Mutator to Ractor In the C part of the binding, we moved the Mutator structure to the ractor cache. By doing this, there is no longer one Mutator per thread, but one Mutator per ractor. --- mmtk/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mmtk/Cargo.toml b/mmtk/Cargo.toml index 5b59072..890c308 100644 --- a/mmtk/Cargo.toml +++ b/mmtk/Cargo.toml @@ -12,7 +12,7 @@ edition = "2021" # Metadata for the Ruby repository [package.metadata.ci-repos.ruby] repo = "mmtk/ruby" # This is used by actions/checkout, so the format is "owner/repo", not URL. -rev = "3688c6ae5f863a0ad3193c9101811fb11c08bded" +rev = "4cb1adabe03bf5ce2d83d99759aa6f7e528d22d5" [lib] name = "mmtk_ruby"