mirror of
https://github.com/lua/lua.git
synced 2026-09-15 14:54:22 +00:00
The previous stackless implementations marked all 'luaV_execute' invocations as fresh. However, re-entering 'luaV_execute' when resuming a coroutine should not be a fresh invocation. (It works because 'unroll' called 'luaV_execute' for each call entry, but it was slower than letting 'luaV_execute' finish all non-fresh invocations.)
2.8 KiB
2.8 KiB