Searched hist:11782 (Results 1 - 2 of 2) sorted by relevance
/gem5/src/cpu/pred/ | ||
H A D | tournament.hh | diff 11782:c2e1ead33662 Wed Dec 21 16:06:00 EST 2016 Arthur Perais <arthur.perais@inria.fr> cpu: correct comments in tournament branch predictor The tournament predictor is presented as doing speculative update of the global history and non-speculative update of the local history used to generate the branch prediction. However, the code does speculative update of both histories. Signed-off-by: Jason Lowe-Power <jason@lowepower.com> |
H A D | tournament.cc | diff 11782:c2e1ead33662 Wed Dec 21 16:06:00 EST 2016 Arthur Perais <arthur.perais@inria.fr> cpu: correct comments in tournament branch predictor The tournament predictor is presented as doing speculative update of the global history and non-speculative update of the local history used to generate the branch prediction. However, the code does speculative update of both histories. Signed-off-by: Jason Lowe-Power <jason@lowepower.com> |
Completed in 15 milliseconds