Leakage-efficient design of value predictors through state and non-state preserving techniques

  • Authors:
  • Juan M. Cebrián;Juan L. Aragón;José M. García;Stefanos Kaxiras

  • Affiliations:
  • Dept. of Computer Engineering, University of Murcia, Murcia, Spain 30100;Dept. of Computer Engineering, University of Murcia, Murcia, Spain 30100;Dept. of Computer Engineering, University of Murcia, Murcia, Spain 30100;Dept. of Electrical and Computer Engineering, University of Patras, Patras, Greece 26500

  • Venue:
  • The Journal of Supercomputing
  • Year:
  • 2011

Quantified Score

Hi-index 0.01

Visualization

Abstract

In the last decade computer engineers have faced changes in the way microprocessors are designed. New microprocessors do not only need to be faster than the previous generation, but also be feasible in terms of energy consumption and thermal dissipation. Recently, a new challenge appeared for computer engineers, the static power consumption. As process technology advances toward deep submicron, the static power component becomes a serious problem, especially for large on-chip array structures such as caches or prediction tables, and it must be taken into consideration. We can fight to reduce leakage power in two different ways: we can switch off the structure, reducing its leakage to zero but losing its contents (non-state preserving techniques), or we can lower its voltage (state preserving techniques), obtaining less savings but being able to restore the state of the structure in a reasonable time.Data dependences are one of the key factors that limit performance in modern microprocessors. Value Prediction (VP) is a paradigm that exploits value locality in order to predict the output of an instruction, overcoming data dependences. The more accurate the predictor, the more performance is obtained, at the expense of becoming a potential source of power consumption and a thermal hot spot.In this work we propose a leakage-efficient design of traditional Value Predictors (Stride, FCM, and DFCM) based on the fact that many VP entries remain unused during long periods of time before being eventually evicted. By applying both state and non-state preserving techniques, the unused entries are disabled obtaining substantial leakage energy reductions (50---80% depending on the configuration and predictor type).