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???


> 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/


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