Improving Cache Locality by a Combination of Loop and Data Transformations

  • Authors:
  • Mahmut Kandemir;J. Ramanujam;Alok Choudhary

  • Affiliations:
  • Syracuse Univ., Syracuse, NY;Louisiana State Univ., Baton Rouge, LA;Northwestern Univ., Evanston, IL

  • Venue:
  • IEEE Transactions on Computers - Special issue on cache memory and related problems
  • Year:
  • 1999

Quantified Score

Hi-index 0.01

Visualization

Abstract

Exploiting locality of reference is key to realizing high levels of performance on modern processors. This paper describes a compiler algorithm for optimizing cache locality in scientific codes on uniprocessor and multiprocessor machines. A distinctive characteristic of our algorithm is that it considers loop and data layout transformations in a unified framework. Our approach is very effective at reducing cache misses and can optimize some nests for which optimization techniques based on loop transformations alone are not successful. An important special case is one in which data layouts of some arrays are fixed and cannot be changed. We show how our algorithm can accommodate this case and demonstrate how it can be used to optimize multiple loop nests. Experiments on several benchmarks show that the techniques presented in this paper result in substantial improvement in cache performance.