Computing Reviews
Today's Issue Hot Topics Search Browse Recommended My Account Log In
Review Help
Search
Fusion-based register allocation
Lueh G., Gross T., Adl-Tabatabai A. ACM Transactions on Programming Languages and Systems22 (3):431-470,2000.Type:Article
Date Reviewed: Feb 1 2001

The task of register allocation is to map virtual registers to a limited number of physical registers. The number of virtual registers may be reduced by splitting live ranges into smaller ones (resulting in additional costs for moving values from one register to another) or by assigning a location in memory to a virtual register (increasing the costs to access the values). As other techniques do, the fusion-based approach considers register allocation as a problem of coloring an interference graph, the nodes of which represent live ranges connected by edges if they exist simultaneously. It starts by considering the interference graphs for regions, which may be defined by any suitable technique and may range from basic blocks to large blocks. Then, graphs are fused step-by-step along edges. The earlier an edge is considered by the fusion process, the less likely it is that live ranges are split along that edge. Therefore, register allocation can be controlled by suitably ordering the edges and forming regions.

The first two sections introduce both the problem and the terminology clearly, making the paper self-contained. In the third section, the authors briefly describe the phases that are typical of their approach and go into the details of the fusion operation. In section 4, they review other approaches and compare the approach with an improved Chaitin-style approach. Finally, they discuss experiments concerning compilation and execution time.

Overall, this is a clearly written research paper of interest mainly to compiler designers.

Reviewer:  H. J. Schneider Review #: CR124112
Bookmark and Share
  Featured Reviewer  
 
Code Generation (D.3.4 ... )
 
 
Optimization (D.3.4 ... )
 
Would you recommend this review?
yes
no
Other reviews under "Code Generation": Date
Attributed linear intermediate representations for retargetable code generators
Ganapathi M., Fischer C. Software--Practice & Experience 14(4): 347-364, 1984. Type: Article
Mar 1 1985
Register Allocation in Optimizing Compilers
Leverett B., University Microfilms Int’l. (UMI), Ann Arbor, MI, 1983. Type: Book (9789780835715300)
Feb 1 1985
Code generation and optimization
Graham S., Cambridge University Press, New York, NY, 1984. Type: Book (9780521268431)
Jul 1 1985
more...

E-Mail This Printer-Friendly
Send Your Comments
Contact Us
Reproduction in whole or in part without permission is prohibited.   Copyright 1999-2024 ThinkLoud®
Terms of Use
| Privacy Policy