This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: help on gcc


> Date: Wed, 3 Jul 2002 21:44:10 +0530 (IST)
> From: Mohit Singhal <mohit@csa.iisc.ernet.in>

> 	I am working on gcc optimization passes.  I want to implement
> a partial redundancy elimination pass and Static Single assignment
> optimization on RTL.  I need to study RTL in detail, but i am not
> getting enough material on that.  Can you suggest from where to
> study RTL to get good grip on it.

Have you finished reading the gcc manual and the gcc internals manual?
I think there is a link to it on the web page under documentation...

If not, that might be a reasonable place to start.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]