lua-users home
lua-l archive

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


> Looking at struct Table, the
> sizearray field is followed by a pointer field, which are both aligned on
> 64-bit boundary on a typical 64-bit platform, so by making sizearray a
> 64-bit type, the overall size is probably not going to change at all.

In my machine it goes from 56 to 64 bytes. See what comes before that
field.

-- Roberto