lua-users home
lua-l archive

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


> In particular, why the shift away from the auto expanding stack?

It is more in line with the way most other parts of Lua handle the
stack now. But please notice that you can increase the stack size with
lua_checkstack.

-- Roberto