[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Integer patch for Lua 5.1 final
- From: "Daniel Collins" <daniel.collins@...>
- Date: Mon, 27 Feb 2006 11:14:29 +1030
> 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).
Hmm, ok. Looks like I am about to write a fixed point patch for lua
then.
- DC