Compiler Directed Early Register Release

  • Authors:
  • Timothy M. Jones;Michael F. P. O'Boyle;Jaume Abella;Antonio Gonzalez;Oğuz Ergin

  • Affiliations:
  • Member of HiPEAC, School of Informatics, University of Edinburgh;Member of HiPEAC, School of Informatics, University of Edinburgh;Intel Labs Universitat Polit`ecnica de Catalunya;Intel Labs Universitat Polit`ecnica de Catalunya;Dept. Computer Architecture,

  • Venue:
  • Proceedings of the 14th International Conference on Parallel Architectures and Compilation Techniques
  • Year:
  • 2005

Quantified Score

Hi-index 0.00

Visualization

Abstract

This paper presents a novel compiler directed technique to reduce the register pressure and power of the register file by releasing registers early. The compiler identifies registers that will only be read once and renames them to different logical registers. Upon issuing an instruction with one of these logical registers as a source, the processor knows that there will be no more uses of it and can release the register through checkpointing. This reduces the occupancy of our banked register file, allowing banks to be turned off for power savings. Our scheme is faster, simpler and requires less hardware than recently proposed techniques. It also maintains precise interrupts and exceptions where many other techniques do not. We reduce register occupancy by 28% in a large register file and gain in performance too; this translates into dynamic and static power saving of 18%. When compared to state-of-the-art approaches for varying register file sizes, our scheme is always faster (higher IPC) and always achieves a greater reduction in register file occupancy.