Pipeline


[pahyp-lahyn] /ˈpaɪpˌlaɪn/

noun
1.
a long tubular conduit or series of , often underground, with pumps and valves for flow control, used to transport crude oil, natural gas, water, etc., especially over great distances.
2.
a route, channel, or process along which something passes or is provided at a steady rate; means, system, or flow of supply or supplies:
Freighters and cargo planes are a pipeline for overseas goods.
3.
a channel of information, especially one that is direct, privileged, or confidential; inside source; reliable contact.
verb (used with object), pipelined, pipelining.
4.
to convey by or as if by pipeline:
to pipeline oil from the far north to ice-free ports; to pipeline graduates into the top jobs.
Idioms
5.
in the pipeline,

/ˈpaɪpˌlaɪn/
noun
1.
a long pipe, esp underground, used to transport oil, natural gas, etc, over long distances
2.
a medium of communication, esp a private one
3.
in the pipeline, in the process of being completed, delivered, or produced
verb (transitive)
4.
to convey by pipeline
5.
to supply with a pipeline
n.

1859, “continuous line of pipes,” from pipe (n.1) + line (n.). Figurative sense of “channel of communication” is from 1921; surfer slang meaning “hollow part of a large wave” is attested by 1963.

modifier

Directly communicated: a pipeline review

noun

Related Terms

in the pipeline, pipe
architecture
A sequence of functional units (“stages”) which performs a task in several steps, like an assembly line in a factory. Each functional unit takes inputs and produces outputs which are stored in its output buffer. One stage’s output buffer is the next stage’s input buffer. This arrangement allows all the stages to work in parallel thus giving greater throughput than if each input had to pass through the whole pipeline before the next input could enter.
The costs are greater latency and complexity due to the need to synchronise the stages in some way so that different inputs do not interfere. The pipeline will only work at full efficiency if it can be filled and emptied at the same rate that it can process.
Pipelines may be synchronous or asynchronous. A synchronous pipeline has a master clock and each stage must complete its work within one cycle. The minimum clock period is thus determined by the slowest stage. An asynchronous pipeline requires handshaking between stages so that a new output is not written to the interstage buffer before the previous one has been used.
Many CPUs are arranged as one or more pipelines, with different stages performing tasks such as fetch instruction, decode instruction, fetch arguments, arithmetic operations, store results. For maximum performance, these rely on a continuous stream of instructions fetched from sequential locations in memory. Pipelining is often combined with instruction prefetch in an attempt to keep the pipeline busy.
When a branch is taken, the contents of early stages will contain instructions from locations after the branch which should not be executed. The pipeline then has to be flushed and reloaded. This is known as a pipeline break.
(1996-10-13)

Read Also:

  • Pipeline burst cache

    hardware, storage (PB Cache) A synchronous cache built from pipelined SRAM. A cache in which reading or writing a new location takes multiple cycles but subsequent locations can be accessed in a single cycle. On Pentium systems in 1996, pipeline burst caches are frequently used as secondary caches. The first 8 bytes of data are […]

  • Pipelined

    [pahyp-lahyn] /ˈpaɪpˌlaɪn/ noun 1. a long tubular conduit or series of , often underground, with pumps and valves for flow control, used to transport crude oil, natural gas, water, etc., especially over great distances. 2. a route, channel, or process along which something passes or is provided at a steady rate; means, system, or flow […]

  • Pipelined burst cache

    Pipeline Burst Cache

  • Pipeliner

    [pahyp-lahy-ner] /ˈpaɪpˌlaɪ nər/ noun 1. a person or company that specializes in laying .

  • Pipeline stall

    pipeline break


Disclaimer: Pipeline definition / meaning should not be considered complete, up to date, and is not intended to be used in place of a visit, consultation, or advice of a legal, medical, or any other professional. All content on this website is for informational purposes only.