From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751071AbWELIGJ (ORCPT ); Fri, 12 May 2006 04:06:09 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751074AbWELIGJ (ORCPT ); Fri, 12 May 2006 04:06:09 -0400 Received: from ecfrec.frec.bull.fr ([129.183.4.8]:39896 "EHLO ecfrec.frec.bull.fr") by vger.kernel.org with ESMTP id S1751071AbWELIGH convert rfc822-to-8bit (ORCPT ); Fri, 12 May 2006 04:06:07 -0400 Subject: Re: [RFC][PATCH RT 1/2] futex_requeue-optimize From: =?ISO-8859-1?Q?S=E9bastien_Dugu=E9?= To: Ingo Molnar Cc: Andrew Morton , linux-kernel@vger.kernel.org, tglx@linutronix.de In-Reply-To: <20060512063220.GA630@elte.hu> References: <20060510112701.7ea3a749@frecb000686> <20060511091541.05160b2c.akpm@osdl.org> <20060512063220.GA630@elte.hu> Date: Fri, 12 May 2006 10:10:27 +0200 Message-Id: <1147421427.3969.60.camel@frecb000686> Mime-Version: 1.0 X-Mailer: Evolution 2.4.2.1 X-MIMETrack: Itemize by SMTP Server on ECN002/FR/BULL(Release 5.0.12 |February 13, 2003) at 12/05/2006 10:09:07, Serialize by Router on ECN002/FR/BULL(Release 5.0.12 |February 13, 2003) at 12/05/2006 10:09:09, Serialize complete at 12/05/2006 10:09:09 Content-Transfer-Encoding: 8BIT Content-Type: text/plain; charset=ISO-8859-15 Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org On Fri, 2006-05-12 at 08:32 +0200, Ingo Molnar wrote: > * Andrew Morton wrote: > > > Should the futex code be using hlist_heads for that hashtable? > > yeah. That would save 1K of .data on 32-bit platforms, 2K on 64-bit > platforms. I'll try to look into this. Sébastien.