On 11/23/05, Thomas Chust <[EMAIL PROTECTED]> wrote: > > By the way, could someone perhaps explain me what exactly C_mutate does? > I played around with it a little and found that I have apparently totally > misunderstood the documentation -- I thought that it would cause stack > allocated objects to be copied into heap when the mutated slot was in the > heap itself. >
It does so, but lazily - it schedules this slot to be marked at the next minor garbage collection. cheers, felix _______________________________________________ Chicken-users mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/chicken-users
