ACM Home Page
Please provide us with feedback. Feedback
An intermediate language for source and target independent code optimization
Full text PdfPdf (864 KB)
Source Symposium on Compiler Construction archive
Proceedings of the 1979 SIGPLAN symposium on Compiler construction table of contents
Denver, Colorado, United States
Pages: 188 - 200  
Year of Publication: 1979
ISBN:0-89791-002-8
Also published in ...
Author
Dennis J. Frailey  Texas Instruments Incorporated
Sponsor
SIGPLAN: ACM Special Interest Group on Programming Languages
Publisher
ACM  New York, NY, USA
Bibliometrics
Downloads (6 Weeks): 5,   Downloads (12 Months): 22,   Citation Count: 0
Additional Information:

abstract   references   index terms   collaborative colleagues   peer to peer  

Tools and Actions: Review this Article  
DOI Bookmark: Use this link to bookmark this Article: http://doi.acm.org/10.1145/800229.806969
What is a DOI?

ABSTRACT

This paper describes an intermediate language to be generated by a syntax analyzer and processed by a code generator. An (essentially) optional code optimization phase may be used before code generation. The language is designed to exclude source and target dependencies (these are specified in a set of auxiliary tables) and has been used to implement a general purpose code optimization module. This module has been incorporated into compilers for several source languages and has resulted in production-quality target code. The paper focuses on the features of the language and reviews the optimizations for which it has been designed. A major benefit of this approach has been to isolate many of the characteristics which lead to code optimization opportunities. Of particular note are numerous facts which can be gathered in a target-independent manner, even though their utilization will depend on the details of the target machine.


REFERENCES

Note: OCR errors may be found in this Reference List extracted from the full text article. ACM has opted to expose the complete List rather than only correct and linked references.

 
1
Allen, Frances E., "Program Optimization" in Annual Review in Automatic Programming, ed. Mark I. Halpern and Christopher J. Shaw. Vol. V. Oxford: Pergamon Press, 1969, 239-307.
2
 
3
 
4
Earnest, C. P., "Some Topics in Code Optimization," Computer Sciences Corporation, 1969.
5
 
6
 
7
Halstead, Maurice, "Machine Independence and Third Generation Computers" in Proceedings of the Fall Joint Computer Conference. Washington: Thompson Books, 1967, 587-592.
8
9
10
 
11
Rustin, Randall (ed.), Design and Optimization of Compilers. Englewood Cliffs, N. J.: Prentice Hall, 1972.
 
12
Tarjan, Robert E., "Complexity of Combinatorial Algorithms," SIAM Review, XX (July, 1978), 457-491.


Peer to Peer - Readers of this Article have also read: