lua-users home
lua-l archive

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



On Fri, May 1, 2020 at 4:53 AM Tony Papadimitriou <tonyp@acm.org> wrote:
I had to change LUAI_MAXCSTACK to 400 as the tests using the default (2000)
crash at about 464.


The main thread's stack size is configurable for Windows PE32 executables, it's typically a linker parameter. I wrote an internal tool at work that needed to parse PE32 executables, and one of the fields in one of the PE32 headers was the default stack size. 

_______________________________________________
lua-l mailing list -- lua-l@lists.lua.org
To unsubscribe send an email to lua-l-leave@lists.lua.org