Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1761598AbYCZSvb (ORCPT ); Wed, 26 Mar 2008 14:51:31 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1756352AbYCZSvX (ORCPT ); Wed, 26 Mar 2008 14:51:23 -0400 Received: from one.firstfloor.org ([213.235.205.2]:47989 "EHLO one.firstfloor.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754960AbYCZSvX (ORCPT ); Wed, 26 Mar 2008 14:51:23 -0400 Date: Wed, 26 Mar 2008 19:54:38 +0100 From: Andi Kleen To: Ulrich Drepper Cc: Andi Kleen , Nicholas Miell , Andrew Morton , linux-kernel@vger.kernel.org, linux-mm@kvack.org Subject: Re: [PATCH prototype] [0/8] Predictive bitmaps for ELF executables Message-ID: <20080326185438.GA27154@one.firstfloor.org> References: <20080321172644.GG2346@one.firstfloor.org> <20080322071755.GP2346@one.firstfloor.org> <1206170695.2438.39.camel@entropy> <20080322091001.GA7264@one.firstfloor.org> <1206335761.2438.63.camel@entropy> <20080325075403.GH2170@one.firstfloor.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.1i Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 922 Lines: 22 On Wed, Mar 26, 2008 at 11:15:49AM -0700, Ulrich Drepper wrote: > On Tue, Mar 25, 2008 at 12:54 AM, Andi Kleen wrote: > > There is still the additional seek. > > You've been proposing and implementing a solution which needs an > additional seek. Don't use double standards. You're wrong. I am implementing a solution that allows two methods -- one (SHDR) that needs an seek (but an continuous one so it's likely served from the track buffer) but has some advantages and another one (PHDR) that does not require a seek. You two are arguing a method that always requires the seek and has a couple of other drawbacks as earlier discussed too. -Andi -- 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/