lua-users home
lua-l archive

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


On Wed, 2005-01-05 at 08:36, Spencer Schumann wrote:

> Finding these two separate bugs makes me wonder whether there are any
> other bugs lurking in this area

It is likely, because the GC is tightly coupled to
the implementation.

This need not be so, Felix uses a naive mark/sweep
collector which use RTTI instead of builtin knowledge
of the implementation to locate pointers.

It isn't clear if this could support a write barrier though.

-- 
John Skaller, mailto:skaller@users.sf.net
voice: 061-2-9660-0850, 
snail: PO BOX 401 Glebe NSW 2037 Australia
Checkout the Felix programming language http://felix.sf.net