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: query: intermediate representation


On Sat, 28 Sep 2002, sushil page wrote:

>  Respected sir ,
>          We want to apply data flow analysis &
> optimization techniques to intermediate representation
> of GCC .We have obtained the tree representation with
> the -fdump-translation-unit option.Sir ,my queries
>
Are you looking to develop new transformations on trees or are
you asking whether GCC implements them today?  If you're
interested in the former, take a look at the tree-ssa project
http://gcc.gnu.org/projects/tree-ssa/

To date GCC still does not optimize the tree representation.
It's still work in progress.


Diego.


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