Re: Integer patch for Lua 5.1 final
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: Integer patch for Lua 5.1 final
- From: "Adam D. Moss" <adam@...>
- Date: 2006年2月26日 23:50:24 +0000
Daniel Collins wrote:
Also, does the integer patch give control (eg via a macro) of the fixed
point precision?
The integer patch (assuming we're talking about the same thing)
isn't a fixed-point patch, I believe; instead it makes the VM
use integer maths for integer values where feasible, deferring
to floating point only when necessary (i.e. non-integer operands).
--adam