Pipeline

From Computer History Wiki
Revision as of 14:49, 15 December 2018 by Jnc (talk | contribs) (Now that I think about it, not really a 'basic' concept)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

A pipeline is a way of arranging the internal logic in a CPU to increase the processing capacity of that CPU. It organizes the processing of an instruction into several discrete sequential stages, and then allows each stage to be occupied simultaneously by different instructions.

Thus, while the time to execute a particular instruction, from beginning to end, is the basic clock rate times the number of pipeline stages, each clock tick will generally see the completion of the execution of an instruction. (The caveat is because in complex CPUs, execution of an instruction is sometimes 'stalled' for various reasons.)