ACM Home Page
Please provide us with feedback. Feedback
High speed compilation of efficient object code
Full text PdfPdf (883 KB)
Source
Communications of the ACM archive
Volume 8 ,  Issue 8  (August 1965) table of contents
Pages: 483 - 488  
Year of Publication: 1965
ISSN:0001-0782
Author
C. W. Gear  Univ. of Illnois, Urbana
Publisher
ACM  New York, NY, USA
Bibliometrics
Downloads (6 Weeks): 2,   Downloads (12 Months): 12,   Citation Count: 10
Additional Information:

abstract   references   cited by   index terms   collaborative colleagues  

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

ABSTRACT

A three-pass compiler with the following properties is briefly described: The last two passes scan an intermediate language produced by the preceding pass in essentially the reverse of the order in which it was generated, so that the first pass is the only one which has to read the relatively bulky problem-oriented input. The double scan, one in either direction, performed by the first two passes, allows the compiler to remove locally constant expressions and recursively calculable expressions from loops and to do the important part of common subexpression recognition. Optimization such as the effective use of index registers, although as important, is not discussed since the object code which would be most efficient is highly machine dependent. The discussion is in terms of a FORTRAN-like language, although the technique is applicable to most algebraic languages.


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
 
2
GEAR, C.W. Optimization of the address field compilation in the ILLIAC II assembler. Comput. J . 6 (Jan. 1964), 332.
 
3
HUXTABLE, D. H. R. On Writing an Optimizing Translator for ALGOL 60. In Introduction to System Programming, P. Wegner (Ed.), Academic Press, 1964, 137.
 
4
IBM. Systems Manual for 704 FORTRAN and 709 FORTRAN Appl. Programming Dept., IBM, April, 1960.
5

CITED BY  10