1
1
I was wondering how does a modern ARM chip based on ARM Cortex A8 compare, in clock-for-clock performance and capability, to a modern x86 chip such as a Core 2 Duo or Core i5?
I realise due to the different instruction sets it'll depend heavily on what you're doing.
To put it another way, rendering a web page in webkit on a 1GHz ARM Cortex A8 based chip should be about equivalent to doing in on a Core i5 at ______ MHz?
Update October 2013:
Since I asked this question years ago it's become a lot more common, when reading about mobile devices, to see architecture-agnostic benchmarks that you can compare across platforms - for example, in-browser benchmarks like Sunspider in Webkit will run on just about anything and you see these in reviews all the time now. And there's things like Geekbench now.
ARM is about being small and super power efficient for devices like smartphones. While the classic x86 is concipated for bigger workloads. Applications like Word won't be cpu hungry so it is fine to run it on ARM but when it comes to bigger workloads ARM will start to struggle. The Instruction Set of course plays a factor. Also you can't really compare MHz/GHz with each other. Mips is a bit more accurate tho there are more factors. It takes way more to describe the differences. This is more for a lecture in university. – Tom-Oliver Heidel – 2017-10-31T05:37:53.540