The lcc 4.x Code-Generation Interface
- Christopher W. Fraser ,
- David R. Hanson
MSR-TR-2001-64 |
Note: The report posted here is a corrected version posted in June 2003.
Lcc is a widely used compiler for Standard C described in A Retargetable C Compiler: Design and Implementation. This report details the lcc 4.x code-generation interface, which defines the interaction between the target-independent front end and the target-dependent back ends. This interface supercedes the interface described in Chap. 5 of A Retargetable C Compiler. Additional infomation about lcc is at http://www.cs.princeton.edu/software/lcc/.