Is cc1 backend or frontend?

Fergus Henderson fjh@cs.mu.OZ.AU
Wed May 7 06:54:00 GMT 2003


On 06-May-2003, Bernd Jendrissek <berndj@prism.co.za> wrote:
> I've seen mention of libbackend.a; maybe that's the backend proper, but I
> don't know.

Actually it's best to think of it as three parts: a language-specific
front-end, a language-independent and target-independent "middle-end",
and a target-specific back-end.  libbackend.a contains the middle-end
and the back-end.

-- 
Fergus Henderson <fjh@cs.mu.oz.au>  |  "I have always known that the pursuit
The University of Melbourne         |  of excellence is a lethal habit"
WWW: <http://www.cs.mu.oz.au/~fjh>  |     -- the last words of T. S. Garp.



More information about the Gcc mailing list