Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Thu, 7 Feb 2002 16:26:17 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Thu, 7 Feb 2002 16:26:08 -0500 Received: from mx2.elte.hu ([157.181.151.9]:39819 "HELO mx2.elte.hu") by vger.kernel.org with SMTP id ; Thu, 7 Feb 2002 16:26:02 -0500 Date: Fri, 8 Feb 2002 00:23:51 +0100 (CET) From: Ingo Molnar Reply-To: To: "Martin J. Bligh" Cc: linux-kernel Subject: Re: Performance of Ingo's O(1) scheduler on NUMA-Q In-Reply-To: <241920000.1013087323@flay> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org On Thu, 7 Feb 2002, Martin J. Bligh wrote: > Measuring kernel compile times on a 16 way NUMA-Q, adding Ingo's > scheduler patch takes kernel compiles down from 47 seconds to 31 > seconds .... pretty impressive benefit. cool! By the way, could you try a test-compile with a 'big' .config file? The reason i'm asking this is that with 31 seconds compiles, the final link time serialization has a significant effect, which makes the compile itself less scalable. Adding lots of subsystems to the .config will create a compilation that takes much longer, but which should also compare the two schedulers better. Ingo - 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/