lua-users home
lua-l archive

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


Lothar Scholz wrote:

Does LUA switch the C stack in any way [...]?

In case this counts: setjmp and longjmp (or whatever
LUAI_TRY and LUAI_THROW are #DEFINEd as in luaconf.h) are
used for nonlocal exits in case of errors (e.g., pcall).

--
Aaron
http://arundelo.com/