[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Making Lua BitOp work with LNUM patch
- From: Roberto Ierusalimschy <roberto@...>
- Date: Fri, 8 Nov 2013 10:20:31 -0200
> Hmm, LNUM basically (a bit like to Lua 5.3 experimental release)
> transparently switches number types between different representations
> when they overflow, [...]
A little off topic here, but Lua 5.3 does not switch number types when
they overflow. The type of each operation (and result) depends only on
the types of its operands.
-- Roberto