[PATCH] Fix matrix regression failures on AIX and HP-UX

Razya Ladelsky RAZYA@il.ibm.com
Mon Jul 30 13:18:00 GMT 2007


Diego Novillo <dnovillo@google.com> wrote on 30/07/2007 15:43:12:

> On 7/29/07 4:33 AM, Razya Ladelsky wrote:
> 
> > the statement that is being analyzed here is a mallco statement of 
level 
> > 'level'.
> > If mi->max_malloced_level-1 == level, it means that we've seen a 
malloc 
> > statement of level 'level' before.
> > If the statement is not the same one that we've seen before, then 
there's 
> > another malloc statement for the same level, which means that we need 
to
> > mark it escaping.
> 
> Ah, now it's clearer.  Could you add this comment to the code?  The
> patch is fine with that addition.
> 

Sure, I will.

Thanks,
Razya


> 
> Thanks.



More information about the Gcc-patches mailing list