From 386faca2870001c95b27fe3e954286d42b0f5fd2 Mon Sep 17 00:00:00 2001 From: Kunshan Wang Date: Wed, 21 May 2025 16:06:45 +0800 Subject: [PATCH] Remove the immix_stress_copying feature. The feature of the same name has been removed in mmtk-core. See: https://github.com/mmtk/mmtk-core/pull/1324 --- mmtk/Cargo.toml | 3 --- 1 file changed, 3 deletions(-) diff --git a/mmtk/Cargo.toml b/mmtk/Cargo.toml index 515b8ce..4969156 100644 --- a/mmtk/Cargo.toml +++ b/mmtk/Cargo.toml @@ -50,6 +50,3 @@ clear_old_copy = [] # Enable extra assertions in release build. For debugging. extra_assert = [] - -# Force Immix-based plans to move as many objects as possible. For debugging. -immix_stress_copying = ["mmtk/immix_stress_copying"]