| To: | Franck <vagabon.xyz@gmail.com> |
|---|---|
| Subject: | Re: [RFC] Optimize swab operations on mips_r2 cpu |
| From: | Nigel Stephens <nigel@mips.com> |
| Date: | Fri, 27 Jan 2006 13:45:51 +0000 |
| Cc: | "Kevin D. Kissell" <kevink@mips.com>, linux-mips@linux-mips.org |
| In-reply-to: | <cda58cb80601270103t1419117cq@mail.gmail.com> |
| Organization: | MIPS Technologies |
| Original-recipient: | rfc822;linux-mips@linux-mips.org |
| References: | <cda58cb80601250136p5ee350e6g@mail.gmail.com> <cda58cb80601251003m6ba4379w@mail.gmail.com> <43D7C050.5090607@mips.com> <cda58cb80601260702wf781e70l@mail.gmail.com> <005101c6228c$6ebfb0a0$10eca8c0@grendel> <43D8F000.9010106@mips.com> <cda58cb80601260831i61167787g@mail.gmail.com> <43D8FF16.40107@mips.com> <cda58cb80601261002w6eb02249k@mail.gmail.com> <43D93025.9040800@mips.com> <cda58cb80601270103t1419117cq@mail.gmail.com> |
| Sender: | linux-mips-bounce@linux-mips.org |
| User-agent: | Debian Thunderbird 1.0.2 (X11/20050817) |
Franck wrote: 2006/1/26, Nigel Stephens <nigel@mips.com>:You could, but why not stick with -march=4ksd if that's your CPU of choice? It appears to result in marginally smaller code even when using -Os, and should have (slightly) better performance than a generic mips32r2 kernel?Just to avoid a new CPU_4KSD definition in the kernel code as suggested by Kevin. Basically all mips32r2 specific code is the same as 4ksd specific code (except the code that deals with SmartMIPS extension). So it can use CONFIG_CPU_MIPS32_R2 macro. Not that I'm a Linux hacker, but aren't those separate things? Can't you compile with -march=4ksd to get the CPU-specific compiler optimisations, but then use the more generic CONFIG_CPU_MIPSR2 and/or CONFIG_CPU_SMARTMIPS to select the appropriate code inside the kernel source (i.e. no need for CONFIG_CPU_4KSD)? Nigel |
| Previous by Date: | Re: [PATCH 4/6] use include/asm-generic/bitops for each architecture, Hirokazu Takata |
|---|---|
| Next by Date: | Re: [RFC] Optimize swab operations on mips_r2 cpu, Franck |
| Previous by Thread: | Re: [RFC] Optimize swab operations on mips_r2 cpu, Ralf Baechle |
| Next by Thread: | Re: [RFC] Optimize swab operations on mips_r2 cpu, Franck |
| Indexes: | [Date] [Thread] [Top] [All Lists] |