gcc-frontend 259 B

123456789
  1. * The GCC front-end
  2. The GCC front-end will accept input in a binary file with
  3. codes in the Common Intermediate Language (CIL), and generate
  4. native code.
  5. This will allow pre-compilation and full optimization to take
  6. place before a program is executed.