Sciweavers

CODES
2004
IEEE

Compiler-directed code restructuring for reducing data TLB energy

13 years 8 months ago
Compiler-directed code restructuring for reducing data TLB energy
Prior work on TLB power optimization considered circuit and architectural techniques. A recent software-based technique for data TLBs has considered the possibility of storing the frequently used virtual-to-physical address translations in a set of translation registers (TRs), and using them when necessary instead of going to the data TLB. This paper presents a compiler-based strategy for increasing the effectiveness of TRs. The idea is to restructure the application code in such a fashion that once a TR is loaded, its contents are reused as much as possible. Our experimental evaluation with six array-based benchmarks from the Spec2000 suite indicates that the proposed TR reuse strategy brings significant reductions in data TLB energy over an alternate strategy that employs TRs but does not restructure the code for TR reuse Categories and Subject Descriptors D.3.4 [Programming Languages]: Processors
Mahmut T. Kandemir, Ismail Kadayif, Guilin Chen
Added 20 Aug 2010
Updated 20 Aug 2010
Type Conference
Year 2004
Where CODES
Authors Mahmut T. Kandemir, Ismail Kadayif, Guilin Chen
Comments (0)