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: ggc_free


> On Fri, Jan 23, 2004 at 02:59:17AM +0100, Jan Hubicka wrote:
> > It seems to me that they point to dead instructions only after combine
> > when no one is using them anymore.  Before combine they all should be
> > valid right?
> 
> The bits I recall seeing are in sh_reorg.

Hmm, it looks somewhat bogus - it is using log links long time after it
has been invalidated completely.
It has fallback sollution that just looks backward when links are
broken.  Would be acceptable to simply drop the log link part?

Alternatively df.c would probably do what sh wants, but I think it will
get to the busy path quite often anyway and in the case was not problem
so far I would guess that it won't be.

Honza
> 
> 
> r~


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