This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
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.
r~