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: [ipa-branch] Prettier -Q output


> > On Sun, Sep 18, 2005 at 01:00:04AM +0200, Jan Hubicka wrote:
> > > 	* tree-optimize.c (pass_early_local_passes,
> > > 	gate_all_early_optimizations): Add names.
> > 
> > Doesn't this create dump files with spaces in the name?
> 
> Since I never open the dump files, I guess it should not, but I will
> double check and add underscores otherwise.

Well, it does, so I added the underscores that leads to empty files.  I
wonder what would be best alternative here.  I would like to see the
early optimizations in -Q output so I can see how much memory goes
up/down during these, so either we need nodump flag for passes or I need
to find some use for that file I guess...

Honza
> 
> Honza
> > 
> > 
> > r~


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