[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <alpine.DEB.1.10.0902251331340.24175@qirst.com>
Date: Wed, 25 Feb 2009 13:33:07 -0500 (EST)
From: Christoph Lameter <cl@...ux-foundation.org>
To: Mel Gorman <mel@....ul.ie>
cc: Andrew Morton <akpm@...ux-foundation.org>, linux-mm@...ck.org,
penberg@...helsinki.fi, riel@...hat.com,
kosaki.motohiro@...fujitsu.com, hannes@...xchg.org,
npiggin@...e.de, linux-kernel@...r.kernel.org,
ming.m.lin@...el.com, yanmin_zhang@...ux.intel.com
Subject: Re: [PATCH 20/20] Get rid of the concept of hot/cold page freeing
On Wed, 25 Feb 2009, Mel Gorman wrote:
> It'd impact it for sure. Due to the non-temporal stores, I'm surprised
> there is any measurable impact from the patch. This has likely been the
> case since commit 0812a579c92fefa57506821fa08e90f47cb6dbdd. My reading of
> this (someone correct/enlighten) is that even if the data was cache hot,
> it is pushed out as a result of the non-temporal access.
A nontemporal store simply does not set the used flag for the cacheline.
So the cpu cache LRU will evict the cacheline sooner. Thats at least how
it works on I64.
--
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