mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-07-06 01:30:22 +02:00
nofl: When going conservative, remove evacuation reserve
This commit is contained in:
parent
05fe52f666
commit
e098e55a8c
1 changed files with 1 additions and 0 deletions
|
@ -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,
|
// conservatively-traced. Ideally we would have another bit here. For now,
|
||||||
// race to clear all pinned bits.
|
// race to clear all pinned bits.
|
||||||
nofl_space_clear_all_pinned_bits (space);
|
nofl_space_clear_all_pinned_bits (space);
|
||||||
|
space->evacuation_minimum_reserve = space->evacuation_reserve = 0.0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue