Differential FCM: Increasing Value Prediction Accuracy by Improving Table Usage Efficiency

  • Authors:
  • Bart Goeman;Hans Vandierendonck; Koen de Bosschere

  • Affiliations:
  • -;-;-

  • Venue:
  • HPCA '01 Proceedings of the 7th International Symposium on High-Performance Computer Architecture
  • Year:
  • 2001

Quantified Score

Hi-index 0.01

Visualization

Abstract

Abstract: Value prediction is a relatively new technique to increase the Instruction Level Parallelism (ILP)in future microprocessors. A important problem when designing a value predictor is efficiency: an accurate predictor requires huge prediction tables. This is especially the case for the finite context method (FCM) predictor,the most accurate one.In this paper, we show that the prediction accuracy of the FCM can be greatly improved by making the FCM predict strides instead of values. This new predictor is called the differential finite context method (DFCM) predictor. The DFCM predictor outperforms a similar FCM predictor by as much as 33%, depending on the prediction table size. If we take the additional storage into account,the difference is still 15% for realistic predictor sizes.We use several metrics to show that the key to this success is reduced aliasing in the level-2 table. We also show that the DFCM is superior to hybrid predictors based on FCM and stride predictors, since its prediction accuracy is higher than that of a hybrid one using a perfect meta-predictor.