Re: Lua/LuaJIT2 performance on Android
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: Lua/LuaJIT2 performance on Android
 
- From: Rob Kendrick <rjek@...>
 
- Date: 2011年4月19日 16:20:47 +0100
 
On Tue, Apr 19, 2011 at 05:05:23PM +0200, Jerome Vuarand wrote:
> 2011年4月19日 Rob Kendrick <rjek@rjek.com>:
> > On Tue, Apr 19, 2011 at 02:33:27PM +0200, Mike Pall wrote:
> >> > $ cat /proc/cpuinfo
> >> > Processor   : Feroceon 88FR131 rev 1 (v5l)
> >> > BogoMIPS    : 1192.75
> >> > Features    : swp half thumb fastmult edsp
> >> > CPU implementer     : 0x56
> >> > CPU architecture: 5TE
> >>
> >> Well, it's a strange beast. Not an ARM9E, but it has ARMv5te.
> >> I think it ought to work, though.
> >
> > It's a reimplementation of the ARM instruction set that is (roughly)
> > compatible with an ARM926.  I'll give LuaJIT a whirl on some of the
> > other Feroceon dev boards we have here.
> 
> FWIW, I have a PogoPlug computer with a similar CPU, with mostly the
> same details in cpuinfo, but a more meaningful name string:
> 
> -bash-3.2# cat /proc/cpuinfo
> Processor : ARM926EJ-S rev 1 (v5l)
Although this is a lie. It's not an ARM926EJS, it simply pretends to be
one. The core is not of ARM's design.
B.
- References:
- Re: Lua/LuaJIT2 performance on Android, Mike Pall
 
- Re: Lua/LuaJIT2 performance on Android, Adam Strzelecki
 
- Re: Lua/LuaJIT2 performance on Android, Mike Pall
 
- Re: Lua/LuaJIT2 performance on Android, Josh Haberman
 
- Re: Lua/LuaJIT2 performance on Android, Mike Pall
 
- Re: Lua/LuaJIT2 performance on Android, Josh Haberman
 
- Re: Lua/LuaJIT2 performance on Android, David Given
 
- Re: Lua/LuaJIT2 performance on Android, Mike Pall
 
- Re: Lua/LuaJIT2 performance on Android, Rob Kendrick
 
- Re: Lua/LuaJIT2 performance on Android, Jerome Vuarand