[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: constant table overflow
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Fri, 9 Nov 2012 10:46:39 -0200
> I always thought that the constant table limit is per function. But why do I get this output:
> nil constant table overflow
Lua 5.2 gives the correct reason:
nil too many functions (limit is 262143)
So Lua 5.1 is issuing a misleading message:
http://www.lua.org/source/5.1/lparser.c.html#pushclosure