From e098e55a8cc0b7c48b4dac3c49551b65527e01d3 Mon Sep 17 00:00:00 2001 From: Andy Wingo Date: Thu, 3 Jul 2025 10:14:06 +0200 Subject: [PATCH] nofl: When going conservative, remove evacuation reserve --- src/nofl-space.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/nofl-space.h b/src/nofl-space.h index 9604a83d9..37f707176 100644 --- a/src/nofl-space.h +++ b/src/nofl-space.h @@ -1045,6 +1045,7 @@ nofl_space_set_heap_has_ambiguous_edges (struct nofl_space *space) // conservatively-traced. Ideally we would have another bit here. For now, // race to clear all pinned bits. nofl_space_clear_all_pinned_bits (space); + space->evacuation_minimum_reserve = space->evacuation_reserve = 0.0; } }