| "Appendix D: Optimizing Techniques (MIPS-Based C Compiler)", Programmer's Guide: Digital UNIX Version 4.0, Digital Equipment Corporation, March 1996. |
....to an intermediate representation, and then defer analysis to a hybrid link analyze phase. For example, at the highest level of optimization, DEC s MIPS compiler treats the internal ucode files produced by the frontend as object files , and then invokes a hybrid linker (uld) on the ucode files [9]. The uld linker simply concatenates the ucode files together into a single big ucode file and then performs analysis, optimization and code generation on this file. The advantage of this approach is it modularizes the parsing problem we don t have to parse the entire program as one unit. ....
"Appendix D: Optimizing Techniques (MIPS-Based C Compiler)", Programmer's Guide: Digital UNIX Version 4.0, Digital Equipment Corporation, March 1996.
Online articles have much greater impact More about CiteSeer.IST Add search form to your site Submit documents Feedback
CiteSeer.IST - Copyright Penn State and NEC