mirror of
https://github.com/lua/lua
synced 2026-06-08 15:34:49 +00:00
5d8ce05b3f
A "with stack" implementation gains too little in performance to be worth all the noise from C-stack overflows. This commit is almost a sketch, to test performance. There are several pending stuff: - review control of C-stack overflow and error messages; - what to do with setcstacklimit; - review comments; - review unroll of Lua calls.