From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12746 invoked by alias); 31 Jan 2006 03:12:49 -0000 Received: (qmail 12738 invoked by uid 22791); 31 Jan 2006 03:12:48 -0000 X-Spam-Check-By: sourceware.org Received: from ns.hackrat.net (HELO ns.hackrat.org) (157.22.130.2) by sourceware.org (qpsmtpd/0.31) with ESMTP; Tue, 31 Jan 2006 03:12:45 +0000 Received: from [192.168.0.241] (kagnu.hackrat.com [192.168.0.241]) by ns.hackrat.org (Postfix) with ESMTP id C1474690067; Mon, 30 Jan 2006 19:12:43 -0800 (PST) Message-ID: <43DED5AB.7000506@hackrat.com> Date: Tue, 31 Jan 2006 03:12:00 -0000 From: Eirik Fuller User-Agent: Debian Thunderbird 1.0.2 (X11/20051002) MIME-Version: 1.0 To: Jim Blandy Cc: gdb-patches@sourceware.org Subject: Re: [PATCH] Use mmap for symbol tables References: <20060129233630.3EFA6690067@ns.hackrat.org> <8f2776cb0601292104y1c29f4adl6e681b20cd86c177@mail.gmail.com> <43DDFC13.90909@hackrat.com> <8f2776cb0601301007k5bccb594he33b08e84096d1a2@mail.gmail.com> <43DE61FD.2090309@hackrat.com> <8f2776cb0601301411j17219c9en74881de2489ad129@mail.gmail.com> <43DEB182.4020804@hackrat.com> <8f2776cb0601301748g6150d3cmbca45251b83953b6@mail.gmail.com> In-Reply-To: <8f2776cb0601301748g6150d3cmbca45251b83953b6@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2006-01/txt/msg00479.txt.bz2 > By the way, do you have the option of timing things with an executable > on a local disk? Yes, I can do that. I can even use fresh mounts, to compare a populated cache against an unpoplated cache (I suppose I could also rebuild binaries as necessary, but with big binaries umount is easier). I'm traveling all day tomorrow, but I can work on this later this week.