Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S261817AbUCWBXM (ORCPT ); Mon, 22 Mar 2004 20:23:12 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S261844AbUCWBXM (ORCPT ); Mon, 22 Mar 2004 20:23:12 -0500 Received: from mtvcafw.SGI.COM ([192.48.171.6]:11564 "EHLO omx3.sgi.com") by vger.kernel.org with ESMTP id S261817AbUCWBXK (ORCPT ); Mon, 22 Mar 2004 20:23:10 -0500 Date: Mon, 22 Mar 2004 17:21:34 -0800 From: Paul Jackson To: William Lee Irwin III Cc: colpatch@us.ibm.com, linux-kernel@vger.kernel.org, mbligh@aracnet.com, akpm@osdl.org, haveblue@us.ibm.com, hch@infradead.org Subject: Re: [PATCH] Introduce nodemask_t ADT [0/7] Message-Id: <20040322172134.180933b3.pj@sgi.com> In-Reply-To: <20040320093614.GZ2045@holomorphy.com> References: <1079651064.8149.158.camel@arrakis> <20040318165957.592e49d3.pj@sgi.com> <1079659184.8149.355.camel@arrakis> <20040318175654.435b1639.pj@sgi.com> <1079737351.17841.51.camel@arrakis> <20040319165928.45107621.pj@sgi.com> <20040320031843.GY2045@holomorphy.com> <20040319220907.1e07d36f.pj@sgi.com> <20040320093614.GZ2045@holomorphy.com> Organization: SGI X-Mailer: Sylpheed version 0.9.8 (GTK+ 1.2.10; i686-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1183 Lines: 26 > There is one issue and one issue only: the > larger the "instruction set" grows, the more intrusive and complex- > looking the thing appears, the more of quagmire merging it becomes. Providing the additional mask "instructions" shouldn't create any quagmire. It's the using of them that is intrusive. Initially, some intrusive work, such as you (Bill) did was needed to get masks implanted. But now it should be appropriate to simply provide the alternative calls that can make certain code sequences more efficient, and then if someone complains that their old code sequence is too slow or uses too much stack, we can recommend alternative code sequences that will work better for them. Passing the buck, division of labour and all that ... -- I won't rest till it's the best ... Programmer, Linux Scalability Paul Jackson 1.650.933.1373 - 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/