[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: What is the main change that makes Lua uses stack space over versions
- From: bil til <biltil52@...>
- Date: Sun, 11 Sep 2022 16:01:53 +0200
I think this is due to the fact, that Lua 5.4 saves the variable type
info in just 1 byte, instead of an int (8bytes in Lua64bit, 4 bytes in
Lua32bit), as did the versions before.
... but not sure... just i remember roughly that this was a recent
main change in Lua, as I read in some other posts here... .
Am So., 11. Sept. 2022 um 10:46 Uhr schrieb Domingo Alvarez Duarte
<mingodad@gmail.com>:
>
Lua-5.3.6 is the one that needs more stack space and
> Lua-5.4.4 the less.
>