Jump to content

Reduced instruction set computer

From Simple English Wikipedia, the free encyclopedia
Revision as of 20:05, 8 April 2023 by Lights and freedom (talk | changes) (removed Category:Computer science; added Category:Computer architecture using HotCat)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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.

[change | change source]

Other websites

[change | change source]