| To: | "Ralf Baechle" <ralf@linux-mips.org> |
|---|---|
| Subject: | Re: [PATCH 1/7] signals: reduce {setup,restore}_sigcontext sizes |
| From: | "Franck Bui-Huu" <vagabon.xyz@gmail.com> |
| Date: | Tue, 23 Jan 2007 17:26:21 +0100 |
| Cc: | linux-mips@linux-mips.org, "Franck Bui-Huu" <fbuihuu@gmail.com> |
| Domainkey-signature: | a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=DYIDFOjytc+jGaNSORGPzApxTjap3B3oXcxUXy2R5DB/EmYkn3QeiYnmj/N6j+2z2/ur5WqTscDcVUrCQI/WmZ0HSdP+bvR+XjIm2r+2Zp6+RLUCaKY0xRp29MKX3A6y3PfKmoHvtIKpfFoOMiX7fIGQahN353d3EckicDllo+E= |
| In-reply-to: | <20070123143814.GE18083@linux-mips.org> |
| Original-recipient: | rfc822;linux-mips@linux-mips.org |
| References: | <1169561903878-git-send-email-fbuihuu@gmail.com> <11695619031540-git-send-email-fbuihuu@gmail.com> <20070123143814.GE18083@linux-mips.org> |
| Sender: | linux-mips-bounce@linux-mips.org |
On 1/23/07, Ralf Baechle <ralf@linux-mips.org> wrote: On Tue, Jan 23, 2007 at 03:18:17PM +0100, Franck Bui-Huu wrote: > text data bss dec hex filename > 11972 0 0 11972 2ec4 arch/mips/kernel/signal.o~old > 5380 0 0 5380 1504 arch/mips/kernel/signal.o~new Have you ran any benchmarks on this? Unrolling the loops used to make a noticable difference.
No, I haven't. Since the size code has been reduced by a factor 2, I
would think that signal code can better fit in instruction cache
lines. For example, the loop is made up by 11 instructions (I don't
know why gcc makes it so big though) which fits into 3 cache lines in
my cases. Where as the old code generated 246 instructions for the
same job, which should cause many more cache misses.
Do you have any pointers on benchmarks I could run ?
thanks
--
Franck
|
| Previous by Date: | Re: [PATCH][RFC] Move some kernel globals from asm file to C file., Atsushi Nemoto |
|---|---|
| Next by Date: | Re: [PATCH 1/7] signals: reduce {setup,restore}_sigcontext sizes, Ralf Baechle |
| Previous by Thread: | Re: [PATCH 1/7] signals: reduce {setup,restore}_sigcontext sizes, Ralf Baechle |
| Next by Thread: | Re: [PATCH 1/7] signals: reduce {setup,restore}_sigcontext sizes, Ralf Baechle |
| Indexes: | [Date] [Thread] [Top] [All Lists] |