From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail143.messagelabs.com (mail143.messagelabs.com [216.82.254.35]) by kanga.kvack.org (Postfix) with SMTP id 40C5E6B01FA for ; Mon, 26 Apr 2010 14:01:30 -0400 (EDT) Date: Mon, 26 Apr 2010 20:01:10 +0200 From: Andrea Arcangeli Subject: Re: [PATCH 00 of 41] Transparent Hugepage Support #17 Message-ID: <20100426180110.GC8860@random.random> References: <20100410184750.GJ5708@random.random> <20100410190233.GA30882@elte.hu> <4BC0CFF4.5000207@redhat.com> <20100410194751.GA23751@elte.hu> <4BC0DE84.3090305@redhat.com> <4BC0E2C4.8090101@redhat.com> <20100410204756.GR5708@random.random> <4BC0E6ED.7040100@redhat.com> <20100411010540.GW5708@random.random> <20100425192739.GG5789@random.random> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20100425192739.GG5789@random.random> Sender: owner-linux-mm@kvack.org To: Avi Kivity Cc: Ingo Molnar , Mike Galbraith , Jason Garrett-Glaser , Linus Torvalds , Pekka Enberg , Andrew Morton , linux-mm@kvack.org, Marcelo Tosatti , Adam Litke , Izik Eidus , Hugh Dickins , Nick Piggin , Rik van Riel , Mel Gorman , Dave Hansen , Benjamin Herrenschmidt , Mike Travis , KAMEZAWA Hiroyuki , Christoph Lameter , Chris Wright , bpicco@redhat.com, KOSAKI Motohiro , Balbir Singh , Arnd Bergmann , "Michael S. Tsirkin" , Peter Zijlstra , Johannes Weiner , Daisuke Nishimura , Ulrich Drepper List-ID: Now tried with a kernel compile with gcc patched as in prev email (stock glibc and no glibc environment parameters). Without rebooting (still plenty of hugepages as usual). always: real 4m7.280s real 4m7.520s never: real 4m13.754s real 4m14.095s So the kernel now builds 2.3% faster. As expected nothing huge here because of gcc not using several hundred hundred mbytes of ram (unlike translate.o or other more pathological files), and there's lots of cpu time spent not just in gcc. Clearly this is not done for gcc (but for JVM and other workloads with larger working sets), but even a kernel build running more than 2% faster I think is worth mentioning as it confirms we're heading towards the right direction. -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@kvack.org. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: email@kvack.org