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: [PATCH] Fix matrix regression failures on AIX and HP-UX


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.


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