Roberto, what stack size does Lua 5.3+ VM expect?
This information is essential for correct building Lua on Windows.
The question does not make much sense.
A thread's stack size is generally not a compile time constant on Windows.
In a typical application, the Lua VM is not the only and potentially not even a major user of stack.
Finally, the use of stack solely by the Lua VM is highly application-specific.
Cheers,
V.