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.
I was thining about that too, but I decided to keep th scheme
because it is used consistenly over i386.c, but I guess it is
better to slowly switch the other cases too.

I will install it with the values recomputed.

Honza
> 
> Otherwise ok.
> 
> 
> r~


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