aboutsummaryrefslogtreecommitdiff
path: root/testes/cstack.lua (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Changes in the control of C-stack overflowRoberto Ierusalimschy2018-12-271-0/+62
* unification of the 'nny' and 'nCcalls' counters; * external C functions ('lua_CFunction') count more "slots" in the C stack (to allow for their possible use of buffers) * added a new test script specific for C-stack overflows. (Most of those tests were already present, but concentrating them in a single script easies the task of checking whether 'LUAI_MAXCCALLS' is adequate in a system.)