1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-07-05 17:20:18 +02:00

nofl: When going conservative, remove evacuation reserve

This commit is contained in:
Andy Wingo 2025-07-03 10:14:06 +02:00
parent 05fe52f666
commit e098e55a8c

View file

@ -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;
}
}