mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-19 05:39:17 +02:00
Staging debug line
This commit is contained in:
parent
edf56a4c15
commit
f0f071d3e2
1 changed files with 1 additions and 0 deletions
1
gc.c
1
gc.c
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue