Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1763338AbXEVBIj (ORCPT ); Mon, 21 May 2007 21:08:39 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1757152AbXEVBIa (ORCPT ); Mon, 21 May 2007 21:08:30 -0400 Received: from ns1.suse.de ([195.135.220.2]:33103 "EHLO mx1.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755872AbXEVBI3 (ORCPT ); Mon, 21 May 2007 21:08:29 -0400 Date: Tue, 22 May 2007 03:08:23 +0200 From: Nick Piggin To: Matt Mackall Cc: William Lee Irwin III , Christoph Lameter , Linux Kernel Mailing List , Linux Memory Management List , linux-arch@vger.kernel.org Subject: Re: [rfc] increase struct page size?! Message-ID: <20070522010823.GC27743@wotan.suse.de> References: <20070518040854.GA15654@wotan.suse.de> <20070519012530.GB15569@wotan.suse.de> <20070519181501.GC19966@holomorphy.com> <20070520052229.GA9372@wotan.suse.de> <20070520084647.GF19966@holomorphy.com> <20070520092552.GA7318@wotan.suse.de> <20070521080813.GQ31925@holomorphy.com> <20070521092742.GA19642@wotan.suse.de> <20070521224316.GC11166@waste.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20070521224316.GC11166@waste.org> User-Agent: Mutt/1.5.9i Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 943 Lines: 23 On Mon, May 21, 2007 at 05:43:16PM -0500, Matt Mackall wrote: > On Mon, May 21, 2007 at 11:27:42AM +0200, Nick Piggin wrote: > > > > ... yeah, something like that would bypass > > As long as we're throwing out crazy unpopular ideas, try this one: > > Divide struct page in two such that all the most commonly used > elements are in one piece that's nicely sized and the rest are in > another. Have two parallel arrays containing these pieces and accessor > functions around the unpopular bits. > > Whether a sensible divide between popular and unpopular bits isn't > clear to me. But hey, I said it was crazy. That would be unpopular with pagecache, because that uses pretty well all fields. - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/