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: [patch][RFC] 160-bits bitmap_element


On Fri, Aug 17, 2012 at 1:54 PM, Richard Guenther
<richard.guenther@gmail.com> wrote:
> Well, another effect of reducing the size of BITMAP_WORD is that
> operations are not performed in a mode optimally using CPU regs
> (did you check code generation differences on a 64bit host?).

I did, on x86_64 and on powerpc64. The effect is not dramatic, most of
these machines can perform 32 bits operations just fine (I think the
only exception would be alpha, maybe?).

Ciao!
Steven


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