Sciweavers

CODES
2000
IEEE

Heuristic tradeoffs between latency and energy consumption in register assignment

13 years 9 months ago
Heuristic tradeoffs between latency and energy consumption in register assignment
One of the challenging tasks in code generation for embedded systems is register allocation and assignment, wherein one decides on the placement and lifetimes of variables in registers. When there are more live variables than registers, some variables need to be spilled to memory and restored later. In this paper we propose a policy that minimizes the number of spills – which is critical for portable embedded systems since it leads to a decrease in energy consumption. We argue however, that schedules with a minimal number of spills do not necessarily have minimum latency. Accordingly, we propose a class of policies that explore tradeoffs between assignments leading to schedules with low latency versus those leading to low energy consumption and show how to tune them to particular datapath characteristics. Based on experimental results we propose a criterion to select a register assignment policy that for 99% of the cases we considered minimizes both latency and energy consumption as...
R. Anand, Margarida F. Jacome, Gustavo de Veciana
Added 30 Jul 2010
Updated 30 Jul 2010
Type Conference
Year 2000
Where CODES
Authors R. Anand, Margarida F. Jacome, Gustavo de Veciana
Comments (0)