[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <84144f020707160022p37a2d712g21c3d5c89ed6345d@mail.gmail.com>
Date: Mon, 16 Jul 2007 10:22:29 +0300
From: "Pekka Enberg" <penberg@...helsinki.fi>
To: "Nick Piggin" <nickpiggin@...oo.com.au>
Cc: "Matt Mackall" <mpm@...enic.com>,
linux-kernel <linux-kernel@...r.kernel.org>,
akpm@...ux-foundation.org, "Christoph Lameter" <clameter@....com>
Subject: Re: [PATCH] slob: reduce list scanning
On 7/16/07, Nick Piggin <nickpiggin@...oo.com.au> wrote:
> Actually SLOB potentially has some fundamental CPU cache hotness
> advantages over the other allocators, for the same reasons as
> its space advantages.
Because consecutive allocations hit the same cache-hot page regardless
of requested size where as SLUB by definition distributes allocations
to different pages (some of which may not be hot)?
-
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