[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: acquiring an interrupt for swim3 floppy driver



On Wed, Apr 13, 2005 at 11:17:23PM -0300, Rog?rio Brito wrote:
> P.S.: The 2.6 kernels, even though compiled with very few options (almost
> the strict minimum for it to work) and "optimized for size", are quite
> larger than an equivalently compiled 2.4 kernel... Perhaps GCC isn't that
> good (as it is, say, with x86) when compiling optimized for size on PPC?

In general, a 2.6 kernel will be bigger than a 2.4 kernel with a similar
config. That's been the case with about every major kernel upgrade. I've
still got some 2.0 kernels someplace that are much smaller. Also, ppc
code is on average bigger than x86 code. It's just a property of the
instruction set. The x86 uses variable sized opcodes, so some stuff is
only one or two bytes. The ppc instruction set uses exactly 4 bytes
for everything.

	Brad Boyer
	flar@allandria.com



Reply to: