| To: | "Kevin D. Kissell" <kevink@mips.com>, Franck <vagabon.xyz@gmail.com> |
|---|---|
| Subject: | Re: [RFC] Optimize swab operations on mips_r2 cpu |
| From: | Nigel Stephens <nigel@mips.com> |
| Date: | Thu, 26 Jan 2006 15:51:28 +0000 |
| Cc: | linux-mips@linux-mips.org |
| In-reply-to: | <005101c6228c$6ebfb0a0$10eca8c0@grendel> |
| Organization: | MIPS Technologies |
| Original-recipient: | rfc822;linux-mips@linux-mips.org |
| References: | <cda58cb80601250136p5ee350e6g@mail.gmail.com> <20060125124738.GA3454@linux-mips.org> <cda58cb80601250534r5f464fd1v@mail.gmail.com> <43D78725.6050300@mips.com> <20060125141424.GE3454@linux-mips.org> <cda58cb80601250632r3e8f7b9en@mail.gmail.com> <20060125150404.GF3454@linux-mips.org> <cda58cb80601251003m6ba4379w@mail.gmail.com> <43D7C050.5090607@mips.com> <cda58cb80601260702wf781e70l@mail.gmail.com> <005101c6228c$6ebfb0a0$10eca8c0@grendel> |
| Sender: | linux-mips-bounce@linux-mips.org |
| User-agent: | Debian Thunderbird 1.0.2 (X11/20050817) |
Kevin D. Kissell wrote: Could you please post your mipsel-linux-gcc -v output? It might help. I've never tried building Linux with any of the Sc/Sd/SmartMIPS options, so I really don't know what you could be experiencing. One thought that comes to mind is that the -march=4ksd option may be treated as a hint to generate compact code (for smart cards) in a way that -march=mips32r2 is not. I'll ask around... Assuming that this is the SDE compiler, then I think that the only significant thing which -march=4ksd will do differently from -march=mips32r2 is to allow the compiler to generate branch-likely instructions -- they're deprecated for generic mips32 code but carry no penalty on the 4K core. It will also cause the compiler's "4kc" pipeline description to be used for instruction scheduling, instead of the default "24kc", but that should only change the order of instructions and shouldn't really make a significant difference to the code size. Now the size of the kernel code is 33Ko bigger ! I have no idea why...I tried to add -mips16e option but it fails to compile...Do you have an idea ? You certainly can't compile the kernel with -mips16e: too much inline asm code which won't work in mips16. Nigel |
| Previous by Date: | Re: [RFC] Optimize swab operations on mips_r2 cpu, Franck |
|---|---|
| Next by Date: | Re: [parisc-linux] Re: [PATCH 3/6] C-language equivalents of include/asm-*/bitops.h, Grant Grundler |
| Previous by Thread: | Re: [RFC] Optimize swab operations on mips_r2 cpu, Franck |
| Next by Thread: | Re: [RFC] Optimize swab operations on mips_r2 cpu, Franck |
| Indexes: | [Date] [Thread] [Top] [All Lists] |