1
0
mirror of https://github.com/lua/lua synced 2026-06-08 15:34:49 +00:00
Roberto Ierusalimschy b114c7d487 Added "cost" for the use of C stack by a coroutine invocation.
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.
2018-09-11 14:24:14 -03:00
2018-07-09 12:33:01 -03:00
2018-06-08 13:23:18 -03:00
2018-09-11 08:39:12 -03:00
2018-07-18 11:43:45 -03:00
2018-09-11 08:39:12 -03:00
2018-09-11 08:39:12 -03:00
2018-07-12 15:56:44 -03:00
2018-06-18 15:25:19 -03:00
S
Description
Automated archival mirror of github.com/lua/lua
18 MiB
Languages
C 66.4%
Lua 33%
Makefile 0.6%