lua-users home
lua-l archive

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


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