Sciweavers

91 search results - page 4 / 19
» Register Allocation for Programs in SSA-Form
Sort
View
PLDI
1990
ACM
13 years 11 months ago
Improving Register Allocation for Subscripted Variables
David Callahan, Steve Carr, Ken Kennedy
CGO
2005
IEEE
14 years 1 months ago
A Progressive Register Allocator for Irregular Architectures
Register allocation is one of the most important optimizations a compiler performs. Conventional graphcoloring based register allocators are fast and do well on regular, RISC-like...
David Koes, Seth Copen Goldstein
APLAS
2005
ACM
14 years 1 months ago
Register Allocation Via Coloring of Chordal Graphs
We present a simple algorithm for register allocation which is competitive with the iterated register coalescing algorithm of George and Appel. We base our algorithm on the observa...
Fernando Magno Quintão Pereira, Jens Palsbe...
LCPC
2005
Springer
14 years 29 days ago
Revisiting Graph Coloring Register Allocation: A Study of the Chaitin-Briggs and Callahan-Koblenz Algorithms
Techniques for global register allocation via graph coloring have been extensively studied and widely implemented in compiler frameworks. This paper examines a particular variant â...
Keith D. Cooper, Anshuman Dasgupta, Jason Eckhardt
PLDI
1989
ACM
13 years 11 months ago
Coloring Heuristics for Register Allocation
Preston Briggs, Keith D. Cooper, Ken Kennedy, Lind...