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] Fix bootstrap


> On Sat, Feb 01, 2003 at 12:02:04AM +0100, Jan Hubicka wrote:
> > > Hmm?  But you were removing that loop.
> > 
> > I don't follow here.  What loop I was removing?
> 
> The one in update_life_info, I thought.
> 
> > You mean having global variable "life_info_reliable" that will be set to
> > 1 after full rebuild and cleared after first update?
> 
> No, a PROP_REINIT_LIFE flag (or CLEANUP_REINIT_LIVE, whichever fits best).
> Would control what happens to the global_live_at_{start,end} bitmaps 
> between iterations.

I think we can go without it, if we move uninitialized_vars_warning just
after life_analysis pass.  Then we will know that the info is valid, as
we didn't updated it yet.

Honza


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