Bubble (computing)
From Wikipedia, the free encyclopedia
(Redirected from Bubble (computer))
| This article does not cite any references or sources. Please help improve this article by adding citations to reliable sources. Unsourced material may be challenged and removed. (December 2006) |
In computing, a bubble is a "hiccup" in execution of an instruction in an instruction pipeline.
The following is two executions of the same four instruction through a 4-stage pipeline but, for whatever reason, a delay in fetching of the purple instruction in cycle #2 leads to a bubble being created delaying all instructions after it as well.
| Normal execution | Execution with a bubble |
[edit] See also
| This computer hardware article is a stub. You can help Wikipedia by expanding it. |