*** empty log message ***
[mono.git] / doc / gcc-frontend
1 * The GCC front-end
2
3         The GCC front-end will accept input in a binary file with
4         codes in the Common Intermediate Language (CIL), and generate
5         native code.
6
7         This will allow pre-compilation and full optimization to take
8         place before a program is executed.
9