Piers Cawley <[EMAIL PROTECTED]> wrote: > How hard would it be to stick all continuations onto a 'weak' > continuation stack (not seen by DOD) then, during DOD, mark the freed > continuations (or the live ones).
The current code is much simpler. s. void add_to_retc_free_list(Parrot_Interp, PMC*); PMC *get_retc_from_free_list(Parrot_Interp); void mark_object_cache(Parrot_Interp); in objects.c leo