Low load latency through sum-addressed memory (SAM)

  • Authors:
  • William L. Lynch;Gary Lauterbach;Joseph I. Chamdani

  • Affiliations:
  • Sun Microsystems, 901 San Antonio Road, MS USUN02-203, Palo Alto CA;Sun Microsystems, 901 San Antonio Road, MS USUN02-203, Palo Alto CA;Sun Microsystems, 901 San Antonio Road, MS USUN02-203, Palo Alto CA

  • Venue:
  • Proceedings of the 25th annual international symposium on Computer architecture
  • Year:
  • 1998

Quantified Score

Hi-index 0.00

Visualization

Abstract

Load latency contributes significantly to execution time. Because most cache accesses hit, cache-hit latency becomes an important component of expected load latency. Most modern microprocessors have base+offset addressing loads; thus effective cache-hit latency includes an addition as well as the RAM access.This paper introduces a new technique used in the UltraSPARC III microprocessor, Sum-Addressed Memory (SAM), which performs true addition using the decoder of the RAM array, with very low latency. We compare SAM with other methods for reducing the add part of load latency. These methods include sum-prediction with recovery, and bitwise indexing with duplicate-tolerance. The results demonstrate the superior performance of SAM.