Mini-patch for cccp.c
Jeffrey A Law
law@cygnus.com
Mon Oct 6 17:47:00 GMT 1997
In message < 199710070008.UAA00600@jfc. >you write:
> On what relatively modern (< 5 years old) gcc hosts are chars faster
> than ints? They used to be faster on a few machines without caches,
> but now:
mn10x00 -- not that these are likely to ever host gcc.
chars can be faster on the H8 too since the H8 has better addressing
modes and bitwise manipulation of char values in memory. They're
also more likely to fit in the '8bit data areas'.
Jeff
More information about the Gcc
mailing list