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

/gem5/src/cpu/pred/
H A Dbpred_unit.hhdiff 10273:6e6557085eb7 Wed Aug 13 06:57:00 EDT 2014 Andreas Hansson <andreas.hansson@arm.com> cpu: Modernise the branch predictor (STL and C++11)

This patch does some minor house keeping of the branch predictor by
adopting STL containers, and shifting some iterator to use range-based
for loops.

The predictor history is also changed from a list to a deque as we
never to insertion/deletion other than at the front and back.

Completed in 7 milliseconds