12 Facts About RISC

1.

IBM eventually produced RISC designs based on further work on the 801 concept, the IBM POWER architecture, PowerPC, and Power ISA.

FactSnippet No. 546,877
2.

RISC processors are used in supercomputers, such as the Fugaku.

FactSnippet No. 546,878
3.

The term RISC was coined by David Patterson of the Berkeley RISC project, although somewhat similar concepts had appeared before.

FactSnippet No. 546,879
4.

RISC first wrote a paper on ways to improve microcoding, but later changed his mind and decided microcode itself was the problem.

FactSnippet No. 546,880
5.

Since 2010 a new open source instruction set architecture, RISC-V, has been under development at the University of California, Berkeley, for research purposes and as a free alternative to proprietary ISAs.

FactSnippet No. 546,881
6.

The internal operations of a RISC processor are "exposed to the compiler", leading to the backronym 'Relegate Interesting Stuff to the Compiler'.

FactSnippet No. 546,882
7.

RISC designs are more likely to feature a Harvard memory model, where the instruction stream and the data stream are conceptually separated; this means that modifying the memory where code is held might not have any effect on the instructions executed by the processor, at least until a special synchronization instruction is issued; CISC processors that have separate instruction and data caches generally keep them synchronized automatically, for backwards compatibility with older processors.

FactSnippet No. 546,883
8.

Many early RISC designs shared the characteristic of having a branch delay slot, an instruction space immediately following a jump or branch.

FactSnippet No. 546,884
9.

Some aspects attributed to the first RISC-labeled designs around 1975 include the observations that the memory-restricted compilers of the time were often unable to take advantage of features intended to facilitate manual assembly coding, and that complex addressing modes take many cycles to perform due to the required additional memory accesses.

FactSnippet No. 546,885
10.

Later, it was noted that one of the most significant characteristics of RISC processors was that external memory was only accessible by a load or store instruction.

FactSnippet No. 546,886
11.

RISC architectures have traditionally had few successes in the desktop PC and commodity server markets, where the x86-based platforms remain the dominant processor architecture.

FactSnippet No. 546,887
12.

Outside of the desktop arena, however, the ARM RISC architecture is in widespread use in smartphones, tablets and many forms of embedded devices.

FactSnippet No. 546,888