Reduced instruction set computer

(Redirected from RISC)

A reduced instruction set computing (acronym RISC pronounced risk), represents a CPU design method to simplify instructions which "do less" but provide higher performance by making instructions execute very fast.

RISC was developed as an alternative to what is now known as CISC. However, there are CPU designs other than RISC and CISC. Some examples are VLIW, MISC, OISC, massive parallel processing, systolic array, reconfigurable computing, and dataflow architecture.

The main feature of a RISC processors is a small core logic which allows designers to increase the number of the register set and increase internal parallelism using one of the following methods:

  1. Instruction level parallelism (ILP) which increases the rate at which instructions are executed within a CPU
  2. Thread level parallelism (TLP) which increases the number of threads the CPU can execute "in-parallel".

Other features, which are typically found in RISC architectures are:

Well known RISC processors include Alpha, ARC, ARM, AVR, MIPS, PA-RISC, PIC, Power Architecture (including PowerPC), SuperH, and SPARC.

Reduced Instruction Set Computer Media

Related pages

Other websites