lua-users home
lua-l archive

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



> On 30 Jan 2022, at 13:27, Roberto Ierusalimschy <roberto@inf.puc-rio.br> wrote:
> 
>> what do you think about an idea to wrap the LUA_MINSTACK definition by an ifdef block?
>> 
>> [...]
> 
> Why would you want to change this value?
> 

it’s a little bit small in some places. every time when we migrate to the new version I have to change it and some others. it’s much better to change the compilation time constant than to do that in runtime calling lua_checkstack.

-- 
Yours sincerely, Eugeny.
+33 6 38 52 27 93