Impact of Software Bypassing on Instruction Level Parallelism and Register File Traffic

  • Authors:
  • Vladimír Guzma;Pekka Jääskeläinen;Pertti Kellomäki;Jarmo Takala

  • Affiliations:
  • Department of Computer Systems, Tampere University of Technology, Tampere, Finland FI-33720;Department of Computer Systems, Tampere University of Technology, Tampere, Finland FI-33720;Department of Computer Systems, Tampere University of Technology, Tampere, Finland FI-33720;Department of Computer Systems, Tampere University of Technology, Tampere, Finland FI-33720

  • Venue:
  • SAMOS '08 Proceedings of the 8th international workshop on Embedded Computer Systems: Architectures, Modeling, and Simulation
  • Year:
  • 2008

Quantified Score

Hi-index 0.00

Visualization

Abstract

Software bypassing is a technique that allows programmer-controlled direct transfer of results of computations to the operands of data dependent operations, possibly removing the need to store some values in general purpose registers, while reducing the number of reads from the register file. Software bypassing also improves instruction level parallelism by reducing the number of false dependencies between operations caused by the reuse of registers. In this work we show how software bypassing affects cycle count and reduces register file reads and writes. We analyze previous register file bypassing methods and compare them with our improved software bypassing implementation. In addition, we propose heuristics when not to apply software bypassing to retain scheduling freedom when selecting function units for operations. The results show that we get at best 27% improvement to cycle count, as well as up to 48% less register reads and 45% less register writes with the use of bypassing.