Minimal Instruction Set Computer (MISC) est une architecture processeur avec un nombre d'opérations basiques (et d'opcodes correspondant) très réduit. De tels jeux d'instructions sont généralement basés sur une pile plutôt que sur des registres afin de réduire la taille des spécificateurs d'opérande. Une telle architecture de machine à pile est par nature plus simple de par le fait que toutes les instructions opèrent sur la plus haute des entrées de la pile.
Les principaux avantages sont un jeu d'instructions plus petit, une unité de décodage des instructions plus petite et plus rapide, et une exécution des instructions individuelles généralement plus rapide.
Inconvénients
Le revers de la médaille est que les instructions ont tendance à avoir une dépendance séquentielle plus grande, réduisant le niveau de parallélisme (en).
Liens
Les architectures MISC ont beaucoup en commun avec le langage de programmation Forth, ainsi qu'avec la machine virtuelle java.
Commercialisation
Le plus grand succès commercial du MISC est probablement le Transputer d'INMOS.
Minimal instruction set computer — (MISC) is a processor architecture with a very small number of basic operations and corresponding opcodes. Such instruction sets are commonly stack based rather than register based to reduce the size of operand specifiers. Such a stack machine… … Wikipedia
One instruction set computer — Computer science portal A one instruction set computer (OISC), sometimes called an ultimate reduced instruction set computer (URISC), is an abstract machine that uses only one instruction – obviating the need for a machine language opcode … Wikipedia
Instruction set — An instruction set, or instruction set architecture (ISA), is the part of the computer architecture related to programming, including the native data types, instructions, registers, addressing modes, memory architecture, interrupt and exception… … Wikipedia
No instruction set computing — (NISC) is a computing architecture and compiler technology for designing highly efficient custom processors and hardware accelerators by allowing a compiler to have low level control of hardware resources. Contents 1 Overview 2 History 3 See also … Wikipedia
computer science — computer scientist. the science that deals with the theory and methods of processing information in digital computers, the design of computer hardware and software, and the applications of computers. [1970 75] * * * Study of computers, their… … Universalium
Computer terminal — A computer terminal is an electronic or electromechanical hardware device that is used for entering data into, and displaying data from, a computer or a computing system. Early terminals were inexpensive devices but very slow compared to punched… … Wikipedia
Abstraction (computer science) — In computer science, abstraction is the process by which data and programs are defined with a representation similar to its pictorial meaning as rooted in the more complex realm of human life and language with their higher need of summarization… … Wikipedia
Profiling (computer programming) — In software engineering, profiling ( program profiling , software profiling ) is a form of dynamic program analysis that measures, for example, the usage of memory, the usage of particular instructions, or frequency and duration of function calls … Wikipedia
CPU design — is the design engineering task of creating a central processing unit (CPU), a component of computer hardware. It is a subfield of electronics engineering and computer engineering. Contents 1 Overview 2 Goals 3 Performance analysis and… … Wikipedia