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]

machmode.h



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.



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