User's Guide
The typical compiler invocation command executes some or
all of the following programs in sequence. As each program runs, the results are sent to the next step in the sequence.
- A preprocessor
- The compiler, which consists of the following phases:
- Front-end parsing and semantics handling
- Loop transformations
- Interprocedural analysis
- Optimization
- Register allocation
- Final assembly
- The assembler (for any .s files)
- The linker ld
[ Top of Page | Previous Page | Next Page | Table of Contents | Index ]
© Copyright IBM Corporation 1990, 1998.