lua-users home
lua-l archive

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


On Tue, Nov 30, 2010 at 07:58, Miles Bader <miles@gnu.org> wrote:
> Are there good workarounds for this?

This was discussed a number of times on the list:

http://www.google.ru/search?q=site:lua-users.org+%22constant+table+overflow%22

Basically, the limit is per chunk. So, multiply your chunks (functions).

Alexander.