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: [PATCH] Limit SCCVN SCC size for obscure cases


On Thu, 13 Dec 2007, Richard Guenther wrote:

> On Thu, 13 Dec 2007, Paolo Bonzini wrote:
> 
> > 
> > >     /* Collect and value number expressions computed in each basic block.
> > > */
> > > !   if (!run_scc_vn ())
> > > !     {
> > > !        if (!do_fre)
> > > !  remove_dead_inserted_code ();
> > > !       fini_pre ();
> > > !       return;
> > > !     }
> > 
> > I think printing something in the dump would be nice.
> 
> Yeah.  I'll do

Committed as rev 130895 after ack from Danny on IRC.

Richard.


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