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 C43CF6B01EF for ; Tue, 6 Apr 2010 13:27:21 -0400 (EDT) Date: Tue, 6 Apr 2010 18:50:31 +0200 From: Andrea Arcangeli Subject: Re: [PATCH 00 of 41] Transparent Hugepage Support #17 Message-ID: <20100406165031.GA5825@random.random> References: <20100405232115.GM5825@random.random> <20100406011345.GT5825@random.random> <4BBB052D.8040307@redhat.com> <4BBB2134.9090301@redhat.com> <20100406131024.GA5288@laptop> <4BBB359D.1020603@redhat.com> <20100406134539.GC5288@laptop> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20100406134539.GC5288@laptop> Sender: owner-linux-mm@kvack.org To: Nick Piggin Cc: Avi Kivity , Linus Torvalds , Pekka Enberg , Ingo Molnar , Andrew Morton , linux-mm@kvack.org, Marcelo Tosatti , Adam Litke , Izik Eidus , Hugh Dickins , 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 List-ID: On Tue, Apr 06, 2010 at 11:45:39PM +1000, Nick Piggin wrote: > problems. Speedups like Linus is talking about would refer to ways to > speed up actual workloads, not ways to avoid fundamental limitations. > > Prefetching, memory parallelism, caches. It's worked for 25 years :) This will always give you a worst case additional 6% on top (gcc is a definitive worst case) of all other speedup of the actual workloads, for server loads more likely >=15% boost. It's plain underclocking your CPU not to run this. -- 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