[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <4E3C827D.9040303@zytor.com>
Date: Fri, 05 Aug 2011 16:53:33 -0700
From: "H. Peter Anvin" <hpa@...or.com>
To: Christoph Lameter <cl@...ux.com>
CC: "H. Peter Anvin" <hpa@...ux.intel.com>,
Ingo Molnar <mingo@...e.hu>, linux-kernel@...r.kernel.org,
Andi Kleen <ak@...ux.intel.com>
Subject: Re: [x86] Fix prefetch instruction
On 08/05/2011 04:32 PM, Christoph Lameter wrote:
>>
>> Right. However, Linus has brought up the hypothesis that prefetch might
>> actually be a net loss on x86, because current x86 processors are
>> generally doing a good job with prefetching in hardware. Directed
>> prefetches can thus be a net minus.
>
> This kinid of prefetch is a minus because the cache is evicted early. It
> was prefetched with a special hint so its likely very important. That does
> not seem to be very consistent and may cause regressions. Changing it to a
> full prefetch would make the important cacheline stay longer in the cache.
>
The argument applies not just to NTA prefetches, though. There is a
pipeline cost to performing the software prefetch action, it can cause
evictions if the data is not used, and it can increase TLB pressure.
As such, it would be very interesting to know if prefetch0 or nothing is
the better; agree we shouldn't nta here.
-hpa
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists