Hacker News new | ask | show | jobs
by superjan 639 days ago
It annoys me too, especially when the explanation is: “because RISC simpler so it is faster, duh”. However x64 is at disadvantage for instruction decoding (it’s difficult to decode multiple variable length instructions in parallel), and secondly the guarantees for memory coherence across cores. Both come with an extra burden intel can’t eliminate for backward compatibility.
1 comments

And this disadvantage quantified translates to… 0.1% area, performance, perf/watt, something else?