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: Need info for tree to rtl conversion


On Wed, 09 Oct 2002, shirish deshmukh wrote:

> I am using tree(intermediate represantation)(.tu file)
> dump produced by -fdump-translation-unit option of gcc
> to perform optimisations.I want to give this optimised
> file as an input file to the gcc backend.
> 	
You can't.  Dump files contain incomplete information and cannot
be read back.  You must transform the trees in-memory, prior to
RTL generation.

> Has anyone done some kind of work on tree for
> optimisations
> 
Yes.  http://gcc.gnu.org/projects/tree-ssa/


Diego.


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