[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: [ANN] LuaJIT-2.0.0-beta9
- From: Patrick Rapin <toupie300@...>
- Date: Wed, 14 Dec 2011 19:58:45 +0100
> I only support building with the SDK, not the WDK/DDK.
Adding support for WDK would be very easy, since there is only the one
little problem I reported you.
>> Great ! Olivetti printers use a 4Kc MIPS processor (not sure if this
>> is a R1 architecture).
>
> This CPU doesn't have a hardware FPU. The kernel emulates that,
> but it'll be dead slow.
That's right, my bad. No chance to have a fast Lua implementation on
such a platform.
A little question to be sure: Lua supports defining lua_Number as
integers, but LuaJIT doesn't (or does it)?