1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-20 03:30:27 +02:00

Remove a release-mode debugging printout in whippet

This commit is contained in:
Andy Wingo 2023-11-05 10:26:43 +01:00
parent 3a1a5e0368
commit c4396a4214

View file

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