This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: GCC query
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.