On Fri, Dec 06, 2002 at 06:02:41PM +0100, Ralf Baechle wrote: > The first kernel was built as 64-bit ELF using 64-bit pointer and everything > 64-bit. The second kernel was built using the -Wa,-32 trick. That's over > 12% of bloat for full 64-bitiness which brings zero gain. Yes, but that 12% overhead will be reduced when gcc stops using those crappy macros for everything, and finds some common subexpressions. -- greg