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: Dumping RTL???


Thanks ..

Can you explain your problem, rather than just ask about a proposed
solution. Why do you want to do this?
I am trying to divide the Gcc flow into two parts so that the vast GCC code can be splitted.
In the front-end,i want to dump the RTL with full information and Back-End is to convert RTL to object.

So I need to dump the RTL into a file. and in backend to get it back into the same form.

Regards
Mishra



From: dewar@gnat.com (Robert Dewar)
To: gcc@gcc.gnu.org, gyana_m@hotmail.com
Subject: Re: Dumping RTL???
Date: Mon, 2 Dec 2002 09:57:05 -0500 (EST)

> Hello,
> I am trying to dump the RTL into a file and in the backend to take this
> file and generate the assembly. What is the feasibility of my idea ??
> Thanks in Adv..
> Mishra


_________________________________________________________________
The new MSN 8: smart spam protection and 2 months FREE* http://join.msn.com/?page=features/junkmail


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