Experimental evaluation of a compiler-based cache energy optimization strategy


Kandemir M., Kolcu I., Kadayif I.

15th Annual IEEE International ASIC/SOC Conference, New-York, Amerika Birleşik Devletleri, 25 - 28 Eylül 2002, ss.296-300 identifier identifier

  • Yayın Türü: Bildiri / Tam Metin Bildiri
  • Cilt numarası:
  • Doi Numarası: 10.1109/asic.2002.1158074
  • Basıldığı Şehir: New-York
  • Basıldığı Ülke: Amerika Birleşik Devletleri
  • Sayfa Sayıları: ss.296-300
  • Çanakkale Onsekiz Mart Üniversitesi Adresli: Hayır

Özet

In this paper, we present experimental results from an optimization strategy that aims at reducing per access energy cost for direct-mapped data caches. We have developed a compiler algorithm that uses access pattern analysis to determine those references that are certain to result in cache hits (called 'certain hits') in a virtually-addressed, direct-mapped data cache. After detecting such references, the compiler substitutes the corresponding load operations with,energy-efficient loads' that access only data array of cache instead of both tag and data arrays. This tag access elimination, in turn, reduces the per access energy consumption for data accesses. Our experimental results indicate that certain hits constitute a large percentage of total hits. They also show that even our most conservative strategy improves the data cache energy consumption by 11% on the average.