Cyclone Scheme  0.28.0

◆ pending_writes

int gc_thread_data_t::pending_writes

Heap GC: Need this because minor GC may still be moving objects to the heap and if we try to trace before minor GC is done, some of the objects may be missed. So we "pend" them until minor GC is done and we know everything is on the heap.