loading...
 This Article 
   
 Share 
   
 Bibliographic References 
   
 Add to: 
 
Digg
Furl
Spurl
Blink
Simpy
Google
Del.icio.us
Y!MyWeb
 
 Search 
   
35th Annual IEEE/ACM International Symposium on Microarchitecture (MICRO'02)
A Faster Optimal Register Allocator
Istanbul, Turkey
November 18-November 22
ISBN: 0-7695-1959-1
Changqing Fu, University of California, Davis
Kent Wilken, University of California, Davis
Recently researchers have proposed modeling register allocation as an integer linear programming (IP) problem and solving it optimally for general purpose processors [17, 20] and for dedicated embedded systems [23]. Compared with traditional graph-coloring approaches, the IP-based allocators can improve a program?s performance. However, the solution times are much slower.
This paper presents an IP-based optimal register allocator which is much faster than previous work. We present several local and global reduction techniques to identify locations in a program?s control-flow graph where spill decisions and register deallocation decisions are unnecessary for optimal register allocation. We propose a hierarchical reduction approach to efficiently remove the corresponding redundant decisions and constraints from the IP model. This allocator is built into the Gnu C Compiler and is evaluated experimentally using the SPEC92INT benchmarks. The results show that the improved IP model is much simpler. The number of constraints produced is almost linear with the function size. The optimal allocation time is much faster, with a speedup factor of about 150 for hard allocation problems.
Citation:
Changqing Fu, Kent Wilken, "A Faster Optimal Register Allocator," micro, pp.245, 35th Annual IEEE/ACM International Symposium on Microarchitecture (MICRO'02), 2002
Usage of this product signifies your acceptance of the Terms of Use.