guile-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] Marking weak alist vectors, epilogue


From: Neil Jerram
Subject: Re: [PATCH] Marking weak alist vectors, epilogue
Date: Mon, 09 Jan 2006 19:29:06 +0000
User-agent: Gnus/5.1007 (Gnus v5.10.7) Emacs/21.4 (gnu/linux)

address@hidden (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_properties_whash);
>  #include "libguile/properties.x"
>  }

What is the symptom of the fact that we are currently missing this
line?

(And sorry that I don't know enough to comment on the wider GC
issues.)

Regards,
    Neil 





reply via email to

[Prev in Thread] Current Thread [Next in Thread]