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: Release RTL bodies after compilation (sometimes)


On Wed, Sep 15, 2004 at 04:16:11PM -0400, David Edelsohn wrote:
> As we have seen, even with the
> checks implemented by ggc_free(), we still can have dangling references
> that break the compiler, instead of a well-defined ICE from the GC
> subsystem.

Incorrect.  The existing checks are only run at gcac and as far as I
can tell, no one ran a gcac bootstrap on a target that showed this
problem.

I discussed with Honza ways to move these checks to the non-gcac case.

-- 
Daniel Jacobowitz


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