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



> But it will cause code size increase when the mode is a constant.

No it won't.  The old macro did a table lookup to find the bit size;
the new version does a table lookup to find the mode mask.  To
optimize either version for constant mode argument the tables would
have to be visible to the caller; this would require a GNU C extension
similar to "extern inline" or a very smart linker.



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