lua-users home
lua-l archive

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


But how do you know, that Lua would not already used TValue elements
for the index part of tables in a packed form?

(if Lua e. g. would copy TValue piece by piece to some larger buffer,
then it could do this without problems in a packed form, without using
the attribute "packed").

(Do I see this in any of the source files? Or do you have a hint were
to look for this "table index part build construction"?)