lua-users home
lua-l archive

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


> Is there some reason they are referred to as char arrays at the
> moment?

On most architectures, the generated code is smaller and faster as it
doesn't have to divide the arithmetic difference by sizeof(TValue)
when saving and then multiply it again when restoring it.
(Tested on AVR32 and x86. YMMV)

    M