Re: [PATCH] Marking weak alist vectors, epilogue

2006-01-09 Thread Neil Jerram
[EMAIL PROTECTED] (Ludovic Courtès) writes: > --- orig/libguile/properties.c > +++ mod/libguile/properties.c > @@ -125,6 +125,7 @@ > scm_init_properties () > { >scm_properties_whash = scm_make_weak_key_hash_table (SCM_UNDEFINED); > + scm_properties_whash = scm_permanent_object (scm_properti

Re: [PATCH] Marking weak alist vectors, epilogue

2006-01-09 Thread Ludovic Courtès
Hi all, [EMAIL PROTECTED] (Ludovic Courtès) writes: > Below is an improved version of the patch I originally sent. The goal > of the original patch (and associated test case) was to ensure that an > object associated to a weak key (resp. a weak value) is GC'd _after_ > that key (resp. value). >