lua-users home
lua-l archive

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


> Somehow that number didn't ring a bell with me, but I've now managed
> to find the post I meant and it was about the max. number of constants
> per function (2^18), rather than max locals...

The C constant that controls that is MAXARG_Bx as can be seen in
	http://www.lua.org/source/5.1/lparser.c.html#pushclosure