[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: [ANN] Lua 5.4.0 (rc2) now available
- From: Andrew Gierth <andrew@...>
- Date: Sun, 03 May 2020 16:02:17 +0100
>>>>> "Tony" == Tony Papadimitriou <tonyp@acm.org> writes:
Tony> I had to change LUAI_MAXCSTACK to 400 as the tests using the
Tony> default (2000) crash at about 464.
Remember that turning off (or not turning on) compiler optimizations
will lead to a huge increase in stack space used per recursion level and
thus a reduction in the MAXCSTACK setting needed to avoid a crash.
--
Andrew.
_______________________________________________
lua-l mailing list -- lua-l@lists.lua.org
To unsubscribe send an email to lua-l-leave@lists.lua.org