[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: New to-be-closed variable list implementation question
- From: Sergey Zakharchenko <doublef.mobile@...>
- Date: Tue, 9 Mar 2021 22:38:51 +0300
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