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]

Re: fix code alignment


On Thu, Nov 08, 2001 at 03:32:57PM +0100, Jan Hubicka wrote:
> !       align_loops = 1 << abs (processor_target_table[ix86_cpu].align_loop);
> !       align_loops_max_skip = processor_target_table[ix86_cpu].align_loop_max_skip;

I think its confusing to have one number encoded as a power 
of two and the other number not encoded.  And the abs isn't
needed anymore.

Otherwise ok.


r~


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