This is the mail archive of the gcc@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: machmode.h


   From: John Carr <jfc@tiac.net>
   Date: Thu, 01 Oct 1998 19:50:52 EDT

   I just checked in some optimizations in machmode.h and rtl.c.

   GET_MODE_MASK now uses an array instead of computing the mask at
   runtime.  This makes a noticable difference in compiler code size,
   especially when HOST_WIDE_INT=long long.

Nice.

Although those new warnings emitted now will be tough to get rid of
for the larger modes (> HOST_BITS_PER_WIDE_INT) without some clever
preprocessing directives.

Later,
David S. Miller
davem@dm.cobaltmicro.com


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