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: [tree-ssa] Avoid nondeterminism in tree-ssanames


Jan Hubicka <jh@suse.cz> writes:

> Hi,
> I've run into problem that tree-ssanames in combination with garbage
> collector may produce non-deterministic results.  The problem is that
> garbage collector invoked form the middle of SSA compilation path (not
> done in official tree) zaps the free list of nodes.

Can you try to work out why zapping a freelist should produce
different results?  It shouldn't.

If you find that bug, then this patch is unnecessary.

-- 
- Geoffrey Keating <geoffk@geoffk.org>


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