mirror of
https://github.com/lua/lua.git
synced 2026-06-12 01:53:48 +00:00
6e1aec7a677a9891f2f8ca57e039d9984fdc69bc
New threads were being created with very small C-stack limits. This is not a problem for coroutines, because 'lua_resume' sets a new limit, but not all threads are coroutines.
Description
No description provided
Languages
C
66.4%
Lua
33%
Makefile
0.6%