An instruction to accelerate software caches

  • Authors:
  • Arnaldo Azevedo;Ben Juurlink

  • Affiliations:
  • Computer Engineering Laboratory, Faculty of Electrical Engineering, Mathematics and Computer Science Delft University of Technology Delft, the Netherlands;Embedded Systems Architectures, Faculty of Electrical Engineering and Computer Science, Technische Universität Berlin, Berlin, Germany

  • Venue:
  • ARCS'11 Proceedings of the 24th international conference on Architecture of computing systems
  • Year:
  • 2011

Quantified Score

Hi-index 0.00

Visualization

Abstract

In this paper we propose an instruction to accelerate software caches. While DMAs are very efficient for predictable data sets that can be fetched before they are needed, they introduce a large latency overhead for computations with unpredictable access behavior. Software caches are advantageous when the data set is not predictable but exhibits locality. However, software caches also incur a large overhead. Because the main overhead is in the access function, we propose an instruction that replaces the look-up function of the software cache. This instruction is evaluated using the Multidimensional Software Cache and two multimedia kernels, GLCM and H.264 Motion Compensation. The results show that the proposed instruction accelerates the software cache access time by a factor of 2.6. This improvement translates to a 2.1 speedup for GLCM and 1.28 for MC, when compared with the IBM software cache.