Title :
Extending the PPM branch predictor
Author :
Da Silva, Zenaide Carvalho ; Martini, João Angelo ; Gonçalves, Ronaldo Augusto Lara
Author_Institution :
Departamento de Informatica, Univ. Fed. do Para, Brazil
Abstract :
In superscalar architectures, branch prediction techniques are necessary to handle control dependences, boosting the instruction fetch and increasing the number of available useful instructions for parallel execution. Nowadays, most of branch predictors use a kind of table containing branch histories and target addresses. These histories generate different patterns that appear many times with probabilities that depend on the program execution flow. The PPM (prediction partial matching) predictor, which works with branch pattern probabilities, was analyzed and used as base for the development of a more aggressive model, denominated TDPP (Transition Dependent Probability Predictor). This new model was analyzed and evaluated on the SimpleScalar Tool Set Platform. The results obtained in the SPEC 2000 benchmarks reached average hit rates about 98% for 16-bits history sizes. The TDPP model was more efficient than PPM and appropriate for real implementation in the near future.
Keywords :
parallel processing; program compilers; PPM branch predictor; SPEC 2000 benchmarks; SimpleScalar Tool Set Platform; TDPP; Transition Dependent Probability Predictor; branch pattern probabilities; branch prediction; instruction fetching; parallel execution; prediction partial matching predictor; program execution flow; superscalar architectures; Analytical models; Boosting; Data compression; History; Pattern analysis; Pattern matching; Performance analysis; Pipelines; Predictive models;
Conference_Titel :
Parallel, Distributed, and Network-Based Processing, 2006. PDP 2006. 14th Euromicro International Conference on
Print_ISBN :
0-7695-2513-X
DOI :
10.1109/PDP.2006.36