lua-users home
lua-l archive

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


>>>>> "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