LUAI_MAXSTACK

Limits the size of the Lua stack. * * Its only purpose is to stop Lua from consuming unlimited stack * space (and to reserve some numbers for pseudo-indices).

enum LUAI_MAXSTACK = 1_000_000;

Meta