constant table overflow
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: constant table overflow
- From: nr@... (Norman Ramsey)
- Date: Wed, 8 Apr 2009 22:54:55 -0400 (EDT)
This is the second time in a week that I've run afoul of the
"constant table overflow" error. I've glanced at the code and
it looks as if there is zero chance of rebuilding Lua with a larger
constant table. (2^18 is really not very big.) Is this correct?
Does each source file get its own constant table?
Norman