This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Dumping RTL???
- From: Chris Lattner <sabre at nondot dot org>
- To: gcc at gcc dot gnu dot org
- Cc: gyanindra mishra <gyana_m at hotmail dot com>
- Date: Tue, 3 Dec 2002 00:02:08 -0600 (CST)
- Subject: Re: Dumping RTL???
> 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.
GCC doesn't provide the capability to do this. RTL intentionally does not
contain all of the information neccesary to represent the program. This
unfortunately is due more to political reasons than any technical reason,
so it's very unlikely to change. :(
-Chris
--
http://llvm.cs.uiuc.edu/
http://www.nondot.org/~sabre/Projects/