lua-users home
lua-l archive

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


> In the meantime, PUC-Rio has experimented with an incrementing
> garbage collector and rejected it. Maybe it is easier to design a
> super-duper GC than to actually get it working better than the old one.

Correction: we experimented with a *generational* GC. The incremental one
has been quite stable (since Lua 5.1).

-- Roberto