Re: 2.6.9-mm1

From: Chris Wright
Date: Fri Oct 22 2004 - 10:55:24 EST


* Christoph Hellwig (hch@xxxxxxxxxxxxx) wrote:
> > +make-__sigqueue_alloc-a-general-helper.patch
> >
> > posix timer code tweaks
>
> Any reason it's marked inline now?

First patch was not inline. Without inline it shaved a few bytes off
of text, but grew data. Inlined it only shaved bytes from text.

text data bss dec hex filename
5083357 947652 648448 6679457 65eba1 vmlinux
5083309 949420 648448 6681177 65f259 vmlinux.__sigqueue
5083341 947652 648448 6679441 65eb91 vmlinux.__sigqueue_inline

thanks,
-chris
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/