Re: Another luajit crash report
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: Another luajit crash report
- From: David Kastrup <dak@...>
- Date: 2011年4月06日 00:42:31 +0200
Mike Pall <mikelu-1104@mike.de> writes:
> David Kastrup wrote:
>> Mike Pall <mikelu-1104@mike.de> writes:
>> > Note that storing numbers as floats is rarely beneficial. The
>> > actual computations are performed as doubles.
>>
>> Aren't you confusing K&R C (does every calculation in double) with ANSI
>> C (does float-only calculations in float, though literals without f
>> suffix are constants of type double and thus cause double calculations).
>
> We're not talking about C here.
Uh. K&R Lua then. Uh. Never mind.
--
David Kastrup