lua-users home
lua-l archive

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


All feedback welcome
I can confirm Ackerman function is working on this version fine again (confirming stackless VM working).
Also can confirm this version fixed the error on calling "next" that was broken due to GC (confirming this bug being fixed).

On 23 Nov 2020, 15:34 +0300, Luiz Henrique de Figueiredo <lhf@tecgraf.puc-rio.br>, wrote:
Lua 5.4.2 (rc1) is available for testing at
http://www.lua.org/work/
Download it and give it a try.

Lua 5.4.2 reverses back to a stackless VM implementation, which uses less C
stack space.

We have received no feedback on Lua 5.4.2. Does that mean that everything is
perfect with this release and that we can freeze it soon?

All feedback welcome. Thanks.
--lhf