GCC query

Fergus Henderson fjh@cs.mu.OZ.AU
Sat Dec 7 07:10:00 GMT 2002


On 07-Dec-2002, Aditya Kanade <aditya@cse.iitb.ac.in> wrote:
> I want to work on some optimizations and annotation techniques on C
> intermediate format. Is it easy to use GCC C compiler front end
> separately?

No, not separately, but you can plug in your optimizations
as new tree->tree or RTL->RTL pass.

> If so, where do I get it separately or how do isolate it and
> how do I understand the IR so that I can use it for my work?

Read the GCC internals manual.

-- 
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