Sciweavers

MICRO
2000
IEEE

Compiler controlled value prediction using branch predictor based confidence

13 years 9 months ago
Compiler controlled value prediction using branch predictor based confidence
Value prediction breaks data dependencies in a program thereby creating instruction level parallelism that can increase program performance. Hardware based value prediction techniques have been shown to increase speed, but at great cost as designs include prediction tables, selection logic, and a confidence mechanism. This paper proposes compiler-controlled value prediction optimizations that obtain good speedups while keeping hardware costs low. The branch predictor is used to estimate the confidence of the value predictor for speculated instructions. This technique obtains 4.6% speedup when completely implemented in software and 15.2% speedup when minimal hardware support (a 1 KB predictor table) is added. We also explore the use of critical path information to aid in the selection of value prediction candidates. The key result of our study is that programs with long dynamic dependence chains benefit with this technique while programs with shorter chains benefit more so from simple ...
Eric Larson, Todd M. Austin
Added 31 Jul 2010
Updated 31 Jul 2010
Type Conference
Year 2000
Where MICRO
Authors Eric Larson, Todd M. Austin
Comments (0)