lua-users home
lua-l archive

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


Roberto,

Roberto Ierusalimschy <roberto@inf.puc-rio.br>:
> Are you using 32-bit integers?

Correct; LUA_INT_TYPE = LUA_INT_INT, LUA_FLOAT_TYPE = LUA_FLOAT_DOUBLE.

> You still have one extra byte free, is that right?

Not exactly, considering that the full range of double precision
values is supported. Non-floating-point values do seem to have a byte
that's unused.

Best regards,

-- 
DoubleF