| To: | Ralf Baechle <ralf@linux-mips.org> |
|---|---|
| Subject: | Re: Disabling lwl and lwr instruction generation |
| From: | Alan Cox <alan@lxorguk.ukuu.org.uk> |
| Date: | 14 Mar 2003 00:21:03 +0000 |
| Cc: | Ranjan Parthasarathy <ranjanp@efi.com>, Richard Hodges <rh@matriplex.com>, linux-mips@linux-mips.org |
| In-reply-to: | <20030313223529.D30512@linux-mips.org> |
| Organization: | |
| Original-recipient: | rfc822;linux-mips@linux-mips.org |
| References: | <D9F6B9DABA4CAE4B92850252C52383AB07968241@ex-eng-corp.efi.com> <20030313223529.D30512@linux-mips.org> |
| Sender: | linux-mips-bounce@linux-mips.org |
On Thu, 2003-03-13 at 21:35, Ralf Baechle wrote: > Replace those unaligned copies with a word-wise or even bytewise copying. > Not good for performance but ... Depends on (src^dest) & 3. Glibc may have the code you need to get it right, although it will also depend on how smart the cpu cache is - if you have a write through cache then shift/mask/write in 32/64 chunks may be fastest Alan |
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Re: Patches for Au1000: PCI int problem, DB1500 board reset & ethernet, Pete Popov |
|---|---|
| Next by Date: | Tips on inspecting / debuging cache, Wayne Gowcher |
| Previous by Thread: | Re: Disabling lwl and lwr instruction generation, Ralf Baechle |
| Next by Thread: | [PATCH] memory leak in ptrace, Jun Sun |
| Indexes: | [Date] [Thread] [Top] [All Lists] |