add enable-cache-prefetch option
authorLiu Xinyun <xinyun.liu@intel.com>
Tue, 21 Sep 2010 16:15:10 +0000 (00:15 +0800)
committerSøren Sandmann Pedersen <ssp@redhat.com>
Tue, 21 Sep 2010 16:35:51 +0000 (12:35 -0400)
commit19ea0e16b958e5abe491365c203293ab372f3586
tree3e763c0754201d41cac1d907e4fa30d92deb5981
parentedd173396604b052fd76971d0efa0c8db40cf1f3
add enable-cache-prefetch option

OK. here is the work to clear all cache prefetch. Please review it. 3x

On Tue, Sep 21, 2010 at 11:36:30PM +0800, Soeren Sandmann wrote:
> Liu Xinyun <xinyun.liu@intel.com> writes:
>
> >    This patch is to add a new configuration option: enable-cache-prefetch,
> > which is default yes.
> >
> >    Here is a link which talks on cache issue.
> >    http://lists.freedesktop.org/archives/pixman/2010-June/000218.html
> >
> >    When disable it on Atom CPU(configured with --enable-cache-prefetch=no),
> > it will have a little performance gain. Here is the patch.
>
> I think the cache prefetch code should just be deleted outright. No
> benchmarks that I'm aware of show it to be an improvement.
>
>
> Thanks,
> Soren

>From bca2192ef524bcae4eea84d0ffed9e8c4855675f Mon Sep 17 00:00:00 2001
From: Liu Xinyun <xinyun.liu@intel.com>
Date: Wed, 22 Sep 2010 00:11:56 +0800
Subject: [PATCH] remove cache prefetch
pixman/pixman-sse2.c