lua-users home
lua-l archive

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


On Thu, Jan 18, 2018 at 2:23 PM, Vincent L wrote:
I didn't find any information on the issue beside
http://lua-users.org/lists/lua-l/2015-04/msg00372.html which I suspect
is different from mine


No, that's exactly the same issue.
You need 50 registers for each dimension.
I think that is very wasteful, LFIELDS_PER_FLUSH is extremely large.
So, 6 nested tables sometimes are not possible in standard Lua (due to limit of 255 registers).

http://lua-users.org/lists/lua-l/2015-04/msg00386.html