[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Optimizing interpreters
- From: Florian Weimer <fw@...>
- Date: Fri, 19 Nov 2010 23:24:07 +0100
* Mark Hamburg:
> Is the NaN-based representation portable back to the stock Lua
> distribution particularly if one restricts the target to 32-bit
> machines?
I think I posted a stupid patch which implemented that some time ago.
IIRC, it was about 10% faster than the original interpreter. Not that
bad for the little effort that went into it, but not very spectacular,
either.
- References:
- LuaJIT with vectors, Petri Häkkinen
- Re: LuaJIT with vectors, Mike Pall
- Re: LuaJIT with vectors, Alex Queiroz
- Re: LuaJIT with vectors, David Kastrup
- Re: LuaJIT with vectors, Alex Queiroz
- Re: LuaJIT with vectors, David Kastrup
- Re: LuaJIT with vectors, Mike Pall
- Re: LuaJIT with vectors, David Given
- Re: LuaJIT with vectors, Mike Pall
- Optimizing interpreters (was Re: LuaJIT with vectors), Mark Hamburg