mirror of
https://github.com/lua/lua.git
synced 2026-09-20 01:04:22 +00:00
b114c7d4871051cbdd7af185a61f35fe4028da79
Resuming a coroutine uses more C stack than other operations (such as
function calls or recursive syntax). So, to avoid stack overflow
in recursive coroutine invocations, either LUAI_MAXCCALLS must be
too small or a coroutine invocation must "pay" a higher price.
New constant LUAL_COROCSTK ("COROutine C STaK") defines how much
is this price.
Description
No description provided
Languages
C
66.3%
Lua
33.1%
Makefile
0.6%