lua-users home
lua-l archive

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


On Wed, 3 Mar 2021 at 13:30, Luiz Henrique de Figueiredo
<lhf@tecgraf.puc-rio.br> wrote:
>
> Lua 5.4.3 (rc1) is now available for testing at
>         http://www.lua.org/work/lua-5.4.3-rc1.tar.gz
>

Hi,

I have a question related to this commit:

https://github.com/lua/lua/commit/4e47f81188d37e29027158b76271d02a781242e2

If the threading of stack variables occurs this way what happens if
someone swaps stack variables as I believe it is possible to do using
the C api?

Regards