|
|
|
|
|
by userbinator
1871 days ago
|
|
...and MIPS has the weird branch delay slots as well as pretty horrible code density. If you look at ARM, particularly the 64-bit version, you'll notice it attempts to squeeze multiple operations into a single 32-bit "instruction". It's still called RISC, but not really "reduced" anymore. |
|