|
200 local variables is the limit, so use one less and LuaJIT will NOT throw the error.My code is a simplified version (thus all variables have the same name) of real lifeautomatically generated script, which has about 160 local vars and some number of
big matrices containing numeric data.According to language manual, such code is completely legal.If some strange complexity limitations are exist in vanilla Lua implementation, they
must be clearly declared in the manual.
--Egor