| Related articles |
|---|
| How to make a compiler for a new machine yoram@puc.cl (2001-07-18) |
| Re: How to make a compiler for a new machine Uwe.Uta.Altenburg@t-online.de (Uwe Altenburg) (2001-07-27) |
| Re: How to make a compiler for a new machine oliver@zeigermann.de (Oliver Zeigermann) (2001-07-30) |
| From: | Oliver Zeigermann <oliver@zeigermann.de> |
| Newsgroups: | comp.compilers |
| Date: | 30 Jul 2001 01:18:57 -0400 |
| Organization: | T-Online |
| References: | 01-07-105 <3B616FC0.E254DD5D@zeigermann.de> |
| Keywords: | GCC |
| Posted-Date: | 30 Jul 2001 01:18:57 EDT |
Sure. The gnu C compiler works with a frontend that parses the C code
and a backend that generates assembly code. All steps before - including
generation of intermediate code - can be left untouched...
Oliver
Return to the
comp.compilers page.
Search the
comp.compilers archives again.