mirror of
https://github.com/lua/lua.git
synced 2026-08-05 04:49:07 +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.4%
Lua
33%
Makefile
0.6%