lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


> OK, so this is another big problem for embedded environments: there is
> no reasonable way for a single compile-time recursion count limit to be
> able to limit the C stack depth adequately. [...]

Lua has been using this system for many years, and it has been
doing quite well in embedded environments.

-- Roberto