From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Jan Beulich" Subject: RE: [PATCH] x86: add SSE-based copy_page() Date: Wed, 12 Nov 2008 15:01:06 +0000 Message-ID: <491AFDC2.76E4.0078.0@novell.com> References: <491AB1EC.76E4.0078.0@novell.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable Return-path: In-Reply-To: Content-Disposition: inline List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: xen-devel@lists.xensource.com, Dan Magenheimer List-Id: xen-devel@lists.xenproject.org >>> Dan Magenheimer 12.11.08 15:51 >>> >I assume the 12% faster is on a benchmark... It's the win for an application doing nothing but dirtying private = mappings of a file. That seemed like the least overhead test that wouldn't require = any special testing code in kernel or hypervisor. >Have you measured how much faster the copy_page_sse2 >routine (standalond) is than the memcpy? Is it a >factor of 2? No, I didn't. Jan