[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: "constant table overflow"
- From: Alexander Gladysh <agladysh@...>
- Date: Tue, 30 Nov 2010 08:12:35 +0300
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.