|
|
|
|
|
by bobsam
3312 days ago
|
|
I think you were thinking of microarchitecture, microcode is related but probably not what parent meant. Information about Intel internal architectures is highly confidential, but there are remotely related technologies that are generic and public, for example
https://en.m.wikipedia.org/wiki/Register_renaming |
|
Microcode (which is one of those highly confidential things that both Intel and AMD hold close and dear) is about doing an on-the-fly CISC to RISC transformation because you realized that the legacy x86 ISA is an absolute pain to handle (but you aren't willing to give it up).