Loading...
Please wait, while we are loading the content...
Similar Documents
Multiple-pass pipelining: enhancing in-order microarchitectures to out-of-order performance
| Content Provider | Semantic Scholar |
|---|---|
| Author | Hwu, Wen-Mei W. Barnes, Ronald D. |
| Copyright Year | 2005 |
| Abstract | Out-of-program-order execution has become almost a ubiquitous characteristic of modern processors because of its ability to tolerate variable memory-instruction latency. As designs are becoming increasingly power-conscious, the cost and complexity of the components of out-of-order execution are becoming problematic. Compilers have generally proven adept at planning useful static instruction-level parallelism, but relying solely on the compiler's instruction arrangement has been shown to perform poorly when cache misses occur. This work proposes two multiple-pass pipelining “flea-flicker” microarchitectural techniques, two-pass pipelining and multipass pipelining , both of which exploit a static compiler's meticulous scheduling as well as advance execution beyond otherwise stalled instructions without the complexity of true out-of-order execution. With two-pass pipelining, programs execute on two in-order back-end pipelines coupled by a queue. The “advance” pipeline often defers instructions dispatching with unready operands rather than stalling. The “backup” pipeline allows concurrent resolution of instructions deferred by the first pipeline allowing overlapping of useful “advanced” execution with miss resolution. Multipass pipelining is based upon a similar concept, but overcomes the shortfalls of two-pass pipelining through simultaneous execution of architectural and advance instructions on a common pipeline in a simultaneous multithreading-like fashion. These techniques perform similarly to achievable out-of-order designs while comparing favorably in terms of power and complexity. An accompanying compiler technique and instruction marking further enhances the handling of miss latencies and reduces fruitless speculative execution by statically denoting instructions that, when stalled, indicate there is little opportunity for advanced execution. |
| File Format | PDF HTM / HTML |
| Alternate Webpage(s) | http://impact.crhc.illinois.edu/shared/Thesis/Ron_thesis.pdf |
| Language | English |
| Access Restriction | Open |
| Content Type | Text |
| Resource Type | Article |