CMU-CS-05-103 Computer Science Department School of Computer Science, Carnegie Mellon University
Compiler Optimization of Value Communication Antonia Zhai January 2005 Ph.D. Thesis
CMU-CS-05-103.ps
This dissertation proposes to use the compiler to orchestrate interthread value communication for both memory-resident and register-resident values. To improve the efficiency of inter-thread value communication, the compiler must first decide whether to synchronize or to speculate on a potential data dependence based on how frequently the dependence occurs. If synchronization is necessary, the compiler will then insert the corresponding signal and wait instructions, creating a point-to-point path to forward the values involved in the dependence. Because synchronization could serialize execution by stalling the consumer thread, we use the compiler to avoid such stalling by applying novel data flow analyses to schedule instructions to shrink the critical forwarding path. This dissertation reports the performance impact of several compilerbase value communication optimization techniques on a four-processor single-chip multiprocessor that has been extended to support thread-level speculation. Relative to the performance of the original sequential program executing on a single processor, for the set of loops selected to maximize program performance, parallel execution with the proposed baseline implementation results in 1% performance degradation for integer benchmarks and 21% performance improvement for floating point benchmarks, while with the optimization techniques we developed, parallel execution achieves 22% and 42% performance improvement for integer benchmarks and floating point benchmarks, respectively. 183 pages
| |
Return to:
SCS Technical Report Collection This page maintained by [email protected] |