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: [PING] [PATCH] Bump alignment for small loops on PowerPC


On 11/04/2010 11:48 AM, Pat Haugen wrote:
>> -      loop_optimizer_init (AVOID_CFG_MODIFICATIONS);
>>      }
>> +  loop_optimizer_init (AVOID_CFG_MODIFICATIONS);
>>    FOR_EACH_BB (bb)
>>      if (bb->frequency > freq_max)
>>        freq_max = bb->frequency;
>> @@ -808,11 +808,8 @@ compute_alignments (void)
>>        LABEL_TO_MAX_SKIP (label) = max_skip;
>>      }
>>
>> -  if (dump_file)
>> -    {
>> -      loop_optimizer_finalize ();
>> -      free_dominance_info (CDI_DOMINATORS);
>> -    }
>> +  loop_optimizer_finalize ();
>> +  free_dominance_info (CDI_DOMINATORS);
>>    return 0;
>>  }
>>
> Ping for the final.c portion of the patch, David has already approved the target specific part.  I should have also noted in my original post that I didn't see any noticeable change in bootstrap time with the above change.

Ok.


r~


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