Staging debug line

This commit is contained in:
Justin Ethier 2018-08-08 12:19:16 -04:00
parent edf56a4c15
commit f0f071d3e2

1
gc.c
View file

@ -1914,6 +1914,7 @@ void gc_mut_cooperate(gc_thread_data * thd, int buf_len)
#if GC_DEBUG_VERBOSE #if GC_DEBUG_VERBOSE
debug_print = 1; debug_print = 1;
#endif #endif
//printf("DEBUG - mutator is cooperating\n");
// Mark thread "roots": // Mark thread "roots":
// Begin by marking current continuation, which may have already // Begin by marking current continuation, which may have already
// been on the heap prior to latest minor GC // been on the heap prior to latest minor GC