lua-users home
lua-l archive

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


> I was wondering under what circumstances a LOADKX/EXTRAARG would appear in
> Lua 5.2 bytecode. Is it for constants that indexes are outside the range of
> the standard LOADK.Bx arg, or something else entirely?

Exactly that. It'll be issued for *very* large table constructors.