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]

Re: More useful .greg dumps


On Mon, Oct 30, 2000 at 03:08:01PM +0000, Bernd Schmidt wrote:
> When debugging reload, it would be nice to get a dump of the insns left after
> it completes.  However, the .greg dump is done after a few other optimization
> passes have been run, e.g. reload_cse_regs and most importantly
> split_all_insns, making the dump less useful than it could be.
> 
> This patch splits up .19.greg into .19.greg (done after reload) and
> .20.postreload (done immediately before flow2).

I think it would be useful to do a dump after global has been run, but before
reload gets its grubby little paws on the RTL.  Unfortunately, global calls
reload directly, rather than going back to toplev.

-- 
Michael Meissner, Red Hat, Inc.
PMB 198, 174 Littleton Road #3, Westford, Massachusetts 01886, USA
Work:	  meissner@redhat.com		phone: +1 978-486-9304
Non-work: meissner@spectacle-pond.org	fax:   +1 978-692-4482

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