ARM wins the instruction set wars and buys the tech. Future ARM processors will have x86 hardware that offers compatibility with legacy software. Eventually the instruction set is forgotten.
Got me thinking, from what I've read, modern high-performance cores do a lot of similar tricks and translate everything to uops anyway.
How hard would it be for say AMD to make a performant dual-ISA CPU?
I was thinking somewhat like how virtual 8086 mode[1] worked on 32bit CPUs, ie OS could be ARM-based, but it could run x86 processes.
I assume it would be hard to not sacrifice performance for one of the ISAs, but if it's for legacy applications you wouldn't need top speed necessarily.
Are ARM and x86 just too different to make it work? Are there other obstacles?
> Got me thinking, from what I've read, modern high-performance cores do a lot of similar tricks and translate everything to uops anyway.
It's not really true. The uops are highly related to the input instructions. There's enough room in a big desktop CPU to fit a big complex decoder yes, but it's a waste of space you could be using for other things, namely even more caches.
But the main reason not to do it is that you can do emulation or recompilation in software instead.
The latter. I don’t think Intel will survive their spiral without government intervention, the organization is too married to x86. They might transform into something else and keep the name, the same way Nokia stopped being Nokia.