lua-users home
lua-l archive

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


Luiz Henrique de Figueiredo:
> You read it right, we plan to have incremental garbage collection in 5.1.
> Lua 5.0 already has some internal modifications to allow this but the real
> work will begin as soon as Lua 5.0 (final) is released officially.

How is the compaction going to work? Incremental compaction (to complement
incremental scanning) seems to only be possible when items are tokenised
(are they in Lua?). Ie, will there be incremental compaction as well, or
will that still be monolithic?

*cheers*
Peter Hill.