mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-21 14:49:17 +02:00
Added note
This commit is contained in:
parent
09f4a638cf
commit
17fbd853c7
1 changed files with 2 additions and 0 deletions
2
gc.c
2
gc.c
|
@ -863,6 +863,8 @@ void gc_mut_cooperate(gc_thread_data *thd)
|
|||
}
|
||||
else if (thd->gc_status == STATUS_SYNC2) {
|
||||
// Mark thread "roots"
|
||||
// TODO: below is efficient, but is there a chance we are missing anything by
|
||||
// doing this instead of marking the objects in moveBuf??
|
||||
#if GC_DEBUG_VERBOSE
|
||||
fprintf(stderr, "gc_cont %p\n", thd->gc_cont);
|
||||
#endif
|
||||
|
|
Loading…
Add table
Reference in a new issue