From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758992Ab0EYRkx (ORCPT ); Tue, 25 May 2010 13:40:53 -0400 Received: from cantor2.suse.de ([195.135.220.15]:35393 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751024Ab0EYRkw (ORCPT ); Tue, 25 May 2010 13:40:52 -0400 Date: Wed, 26 May 2010 03:40:45 +1000 From: Nick Piggin To: Pekka Enberg Cc: Linus Torvalds , Christoph Lameter , Christoph Lameter , linux-mm@kvack.org, LKML , Andrew Morton , David Rientjes , Zhang Yanmin , Matthew Wilcox , Matt Mackall , Mel Gorman Subject: Re: [RFC V2 SLEB 00/14] The Enhanced(hopefully) Slab Allocator Message-ID: <20100525174045.GI20853@laptop> References: <20100525093410.GH5087@laptop> <20100525101924.GJ5087@laptop> <20100525154352.GB20853@laptop> <20100525171959.GH20853@laptop> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.20 (2009-06-14) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, May 25, 2010 at 08:35:05PM +0300, Pekka Enberg wrote: > On Tue, May 25, 2010 at 8:19 PM, Nick Piggin wrote: > >> I'm not totally convinced but I guess we're about to find that out. > >> How do you propose we benchmark SLAB while we clean it up > > > > Well the first pass will be code cleanups, bootstrap simplifications. > > Then looking at what debugging features were implemented in SLUB but not > > SLAB and what will be useful to bring over from there. > > Bootstrap might be easy to clean up but the biggest source of cruft > comes from the deeply inlined, complex allocation paths. Cleaning > those up is bound to cause performance regressions if you're not > careful. Oh I see what you mean, just straight-line code speed regressions could bite us when doing cleanups. That's possible. I'll keep a close eye on generated asm.