This is the mail archive of the gcc-patches@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: Dump file for cgraph



On Tuesday, Jun 24, 2003, at 08:52 US/Eastern, Jan Hubicka wrote:


Hi,
I need place where to dump more verbose information than the stderr is.
This patch adds dump file .00.cgraph for it.  I am not quite sure
whether using the rtl dump machinery is best idea, but I would like to
see it in the numbered dumps seqeunce (as this is very first
optimization performed).

OK?

What about looking how the tree-ssa does tree dumps and the number there,
I would use that or look at fdump-translation-unit and do something like that.
Since the rtl dump machinery is for dumping rtl, I make one for dumping info
about trees, maybe pull in the machinery from the tree-ssa.



Thanks, Andrew Pinski


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