mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-20 11:40:18 +02:00
Remove a release-mode debugging printout in whippet
This commit is contained in:
parent
3a1a5e0368
commit
c4396a4214
1 changed files with 1 additions and 1 deletions
|
@ -1862,7 +1862,7 @@ static void collect(struct gc_mutator *mut,
|
|||
double yield = heap_last_gc_yield(heap);
|
||||
double fragmentation = heap_fragmentation(heap);
|
||||
HEAP_EVENT(heap, live_data_size, heap->size * (1 - yield));
|
||||
fprintf(stderr, "last gc yield: %f; fragmentation: %f\n", yield, fragmentation);
|
||||
DEBUG(stderr, "last gc yield: %f; fragmentation: %f\n", yield, fragmentation);
|
||||
detect_out_of_memory(heap);
|
||||
trace_pinned_roots_after_stop(heap);
|
||||
prepare_for_evacuation(heap);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue