Yoused
up
- Joined
- Aug 14, 2020
- Posts
- 6,840
- Solutions
- 1
We have heard repeatedly that x86 works just like RISC internally, which is fundamentally not the case because of the basic architechure – RISC uses instruction repurposing and flexibility in ways that x86 simply cannot. Still, the μop implementation might offer a way out for them: they might be able to expose the inner architecture to an alternate coding framework, which could allow full modal x86 backward compatibility along with a more efficient ISA mode to transition to. If they could do that, there could well be life left in their old beast.
As far as code density goes, x86-64 does not really have an advantage there. The stats I have seen show ARM code having an edge much of the time, and R-V can go even denser with their thumbish coding scheme.
As far as code density goes, x86-64 does not really have an advantage there. The stats I have seen show ARM code having an edge much of the time, and R-V can go even denser with their thumbish coding scheme.