mirror of
https://github.com/lua/lua.git
synced 2026-07-24 06:59:06 +00:00
In a constructor, each field generates at least one opcode, and the number of opcodes is limited by INT_MAX. Therefore, the counters for number of fields cannot exceed this limit. (The current limit for items in the hash part of a table has a limit smaller than INT_MAX. However, as long as there are no overflows, the logic for table resizing will handle that limit.)
61 KiB
61 KiB