Searched hist:10335 (Results 1 - 1 of 1) sorted by relevance

/gem5/src/cpu/pred/
H A Dbi_mode.cc10335:1b627a6ddac0 Wed Sep 03 07:42:00 EDT 2014 Dam Sunwoo <dam.sunwoo@arm.com> cpu: fix bimodal predictor to use correct global history reg

A small bug in the bimodal predictor caused significant degradation in
performance on some benchmarks. This was caused by using the wrong
globalHistoryReg during the update phase. This patches fixes the bug
and brings the performance to normal level.

Completed in 7 milliseconds