Cyclone Scheme  0.4

◆ gc_mut_update()

void gc_mut_update ( gc_thread_data thd,
object  old_obj,
object  value 
)

Write barrier for updates to heap-allocated objects The key for this barrier is to identify stack objects that contain heap references, so they can be marked to avoid collection.