People say that 'pure' CISC CPU's are dead, and modern x86 processors internally convert x86 calls to 'RISC-like' instructions. How true is this (and many other questions)?

Posted by SkylandersCommenter@reddit | hardware | View on Reddit | 129 comments

I have been kind of fascinated and frustrated at recent computer chip innovations; Principally the increasing switch to ARM chips that has fully occurred for Apple and Windows laptops are much more slowly adopting.

But I have heard many people say that RISC is redundant now as newer x86 chips actually operate the same way under the hood, translating calls in real time. If this is true, would this not imply an unnecessary abstraction layer in modern x86 computing (for software primarily designed and compiled for these newer chips)?

Another question I have is would Arm chips be physically capable of doing the same thing at almost the same efficiency (Converting CISC instructions to RISC instructions)?