mirror of
https://github.com/lua/lua
synced 2026-06-08 15:34:49 +00:00
758c1ef445
Opcodes OP_NEWTABLE and OP_SETLIST use the same representation to store the size of the array part of a table. This new representation can go up to 2^33 (8 + 25 bits).