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: memory explosion in ifcvt.c


On Thu, Mar 29, 2007 at 12:23:11AM +0200, Steven Bosscher wrote:
> 	* ifcvt.c (struct noce_if_info): Add then_else_reversed field.
> 	(noce_get_alt_condition): Look at it to determine whether to
> 	reverse the condition or not.
> 	(noce_get_condition): Substitute the truth for lies.
> 	(noce_find_if_block): Set the then_else_reversed field.

Ok, except,

> +  /* True it this if block is not canonical.  In the canonical form of
            ^if

> +     if blocks, the THEN_BB is the block reached via the fallthru edge
> +     from TEST_BB.  For the noce transformations, we allow the symmetric
> +     form as well.  */
> +  bool then_else_reversed;

And please place this field at the end of the structure.
I know there's only one non-pointer field now, but that
might change.


r~


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