[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Lua/LuaJIT2 performance on Android
- From: Jerome Vuarand <jerome.vuarand@...>
- Date: Tue, 19 Apr 2011 17:05:23 +0200
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)
BogoMIPS : 1192.75
Features : swp half thumb fastmult edsp
CPU implementer : 0x56
CPU architecture: 5TE
CPU variant : 0x2
CPU part : 0x131
CPU revision : 1
Cache type : write-back
Cache clean : cp15 c7 ops
Cache lockdown : format C
Cache format : Harvard
I size : 16384
I assoc : 4
I line length : 32
I sets : 128
D size : 16384
D assoc : 4
D line length : 32
D sets : 128
Hardware : Feroceon-KW
Revision : 0000
Serial : 0000000000000000
-bash-3.2#
- References:
- Lua/LuaJIT2 performance on Android, Michal Kottman
- 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