Re: [PATCH] [9/58] x86_64: Always use builtin memcpy on gcc 4.3

2007-07-21 Thread Denis Vlasenko
On Sunday 22 July 2007 00:16, Oleg Verych wrote: > * From: Andi Kleen <[EMAIL PROTECTED]> > * Date: Thu, 19 Jul 2007 11:54:53 +0200 (CEST) > > > > Jan asked to always use the builtin memcpy on gcc 4.3 mainline because > > it should generate better code than the old macro. Let's try it. > > Unfortu

Re: [PATCH] [9/58] x86_64: Always use builtin memcpy on gcc 4.3

2007-07-21 Thread Andi Kleen
On Sunday 22 July 2007 01:16:42 Oleg Verych wrote: > * From: Andi Kleen <[EMAIL PROTECTED]> > * Date: Thu, 19 Jul 2007 11:54:53 +0200 (CEST) > > > > Jan asked to always use the builtin memcpy on gcc 4.3 mainline because > > it should generate better code than the old macro. Let's try it. > > Unfor

Re: [PATCH] [9/58] x86_64: Always use builtin memcpy on gcc 4.3

2007-07-21 Thread Oleg Verych
* From: Andi Kleen <[EMAIL PROTECTED]> * Date: Thu, 19 Jul 2007 11:54:53 +0200 (CEST) > > Jan asked to always use the builtin memcpy on gcc 4.3 mainline because > it should generate better code than the old macro. Let's try it. Unfortunately such info is hard to find. The [EMAIL PROTECTED] list is

[PATCH] [9/58] x86_64: Always use builtin memcpy on gcc 4.3

2007-07-19 Thread Andi Kleen
Jan asked to always use the builtin memcpy on gcc 4.3 mainline because it should generate better code than the old macro. Let's try it. Cc: [EMAIL PROTECTED] Signed-off-by: Andi Kleen <[EMAIL PROTECTED]> --- include/asm-x86_64/string.h |5 - 1 file changed, 4 insertions(+), 1 deletion(