30 Nov
2009
30 Nov
'09
11:05 p.m.
On Mon, Nov 30, 2009 at 10:08 AM, Lynn Quam <quam@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.