Re: [patch 1/13] Qsort

2005-01-24 Thread vlobanov
On Mon, 24 Jan 2005, Matt Mackall wrote: > On Sun, Jan 23, 2005 at 05:58:00AM +0100, Felipe Alfaro Solana wrote: > > On 23 Jan 2005, at 03:39, Andi Kleen wrote: > > > > >Felipe Alfaro Solana <[EMAIL PROTECTED]> writes: > > >> > > >>AFAIK, XOR is quite expensive on IA32 when compared to simple MOV

Re: [patch 1/13] Qsort

2005-01-24 Thread vlobanov
On Mon, 24 Jan 2005, Matt Mackall wrote: On Sun, Jan 23, 2005 at 05:58:00AM +0100, Felipe Alfaro Solana wrote: On 23 Jan 2005, at 03:39, Andi Kleen wrote: Felipe Alfaro Solana [EMAIL PROTECTED] writes: AFAIK, XOR is quite expensive on IA32 when compared to simple MOV operatings.

Re: [patch 1/13] Qsort

2005-01-22 Thread vlobanov
Hi, I was just reading over the patch, and had a quick question/comment upon the SWAP macro defined below. I think it's possible to do a tiny bit better (better, of course, being subjective), as follows: #define SWAP(a, b, size)\ do {

Re: [patch 1/13] Qsort

2005-01-22 Thread vlobanov
Hi, I was just reading over the patch, and had a quick question/comment upon the SWAP macro defined below. I think it's possible to do a tiny bit better (better, of course, being subjective), as follows: #define SWAP(a, b, size)\ do {

[PATCH] Typo in arch/x86_64/Kconfig

2005-01-18 Thread vlobanov
Hi, Here is a trivial patch to fix a typo in the arch/x86_64/Kconfig file. Diffed against linux-2.6.11-rc1. Please apply. Signed-off-by: Vadim Lobanov <[EMAIL PROTECTED]> diff -Nru a/arch/x86_64/Kconfig b/arch/x86_64/Kconfig --- a/arch/x86_64/Kconfig 2005-01-12 00:13:13.0 -0800

[PATCH] Typo in arch/x86_64/Kconfig

2005-01-18 Thread vlobanov
Hi, Here is a trivial patch to fix a typo in the arch/x86_64/Kconfig file. Diffed against linux-2.6.11-rc1. Please apply. Signed-off-by: Vadim Lobanov [EMAIL PROTECTED] diff -Nru a/arch/x86_64/Kconfig b/arch/x86_64/Kconfig --- a/arch/x86_64/Kconfig 2005-01-12 00:13:13.0 -0800 +++