Dumping RTL???
Chris Lattner
sabre@nondot.org
Mon Dec 2 21:52:00 GMT 2002
> 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/
More information about the Gcc
mailing list