Hacker News new | ask | show | jobs
by iso-8859-1 4861 days ago
What makes the x86 instruction set more powerful than ARM?
1 comments

It's CISC rather than RISC, and ARM chips are also designed to use as little power as possible, reducing performance.
I don't see how being CISC rather than RISC results in any inherit advantage. "The CISC approach attempts to minimize the number of instructions per program, sacrificing the number of cycles per instruction. RISC does the opposite, reducing the cycles per instruction at the cost of the number of instructions per program."