[cmucl-imp] Re: Static array support

Carl Shapiro carl.shapiro at gmail.com
Tue Dec 1 00:05:53 CET 2009


On Mon, Nov 30, 2009 at 10:08 AM, Lynn Quam <quam at ai.sri.com> wrote:
> Sounds good to me.  I have been using foreign code to accomplish this for
> many years. The only problem with this implementation is that the static
> arrays must be explicitly reclaimed.

A finalizer is attached to the array header but not to the data array.
 Come to think of it, it is not clear that it should not just be the
other way around.  This may require some work around the weak pointer
code.



More information about the cmucl-imp mailing list