[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: RE: The Year In Scripting Languages Lua/Perl/Python/Ruby/Tcl 2002
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Tue, 14 Jan 2003 22:41:29 -0200
>"incremental garbage collection"? Are there plans for an incremental
>collector or is the generational one being summerised (wrongly?) as an
>incremental one? Did I miss something?
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.
--lhf