Sciweavers

ISCA
1992
IEEE

Limits of Control Flow on Parallelism

13 years 8 months ago
Limits of Control Flow on Parallelism
This paper discusses three techniques useful in relaxing the constraints imposed by control flow on parallelism: control dependence analysis, executing multiple flows of control simultaneously, and speculative execution. We evaluate these techniques by using trace simulations to find the limits of parallelism for machines that employ different combinations of these techniques. We have three major results. First, local regions of code have limited parallelism, and control dependence analysis is useful in extracting global parallelism from different parts of a program. Second, a superscalar processor is fundamentally limited because it cannot execute independent regions of code concurrently. Higher performance can be obtained with machines, such as multiprocessors and dataflow machines, that can simultaneously follow multiple flows of control. Finally, without speculative execution to allow instructions to execute before their control dependences are resolved, only modest amounts of par...
Monica S. Lam, Robert P. Wilson
Added 10 Aug 2010
Updated 10 Aug 2010
Type Conference
Year 1992
Where ISCA
Authors Monica S. Lam, Robert P. Wilson
Comments (0)