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


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.


Thanks.


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