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: Make tree-ssa-operands even more IPA-SSA ready


On Thu, 2006-12-21 at 02:55 +0100, Jan Hubicka wrote:
> Hi,
> this patch fixes two friendly memory corruptions in tree-ssa-operands that
> appears after enabing SSA inliner.  One problem is that for some permanent
> datastructures now bitmaps are used that are freed by tree-optimize.c.
> Other problem is that ssa_operand_mem_size needs to be localized.
> 
> Bootstrapped/regtested together with other changes, separate testing in
> progress (i686-linux).  Ok if it passes?
> 

Caught me *just* as I am about to leave for the next couple of weeks.

oops. Sorry about the new static local... I forgot about our bigger
picture :-)
 
OK.

Andrew



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