From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22565 invoked by alias); 25 Jan 2015 08:02:44 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 21931 invoked by uid 89); 25 Jan 2015 08:01:20 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-3.9 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS,SPF_PASS,T_RP_MATCHES_RCVD autolearn=ham version=3.3.2 X-HELO: mx1.redhat.com Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-GCM-SHA384 encrypted) ESMTPS; Sun, 25 Jan 2015 07:58:28 +0000 Received: from int-mx13.intmail.prod.int.phx2.redhat.com (int-mx13.intmail.prod.int.phx2.redhat.com [10.5.11.26]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id t0P7wLGN018494 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL); Sun, 25 Jan 2015 02:58:21 -0500 Received: from host1.jankratochvil.net (ovpn-116-113.ams2.redhat.com [10.36.116.113]) by int-mx13.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id t0P7wHpw031068 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=NO); Sun, 25 Jan 2015 02:58:20 -0500 Date: Sun, 25 Jan 2015 16:17:00 -0000 From: Jan Kratochvil To: Doug Evans Cc: gdb-patches Subject: Re: [commit+7.9] [patchv3] Fix 100x slowdown regression on DWZ files Message-ID: <20150125075816.GA3572@host1.jankratochvil.net> References: <21548.37770.274873.760290@ruffy2.mtv.corp.google.com> <20141002155653.GA9001@host2.jankratochvil.net> <20141231192335.GA8188@host2.jankratochvil.net> <21677.57646.178793.836948@ruffy2.mtv.corp.google.com> <20150114202618.GA21056@host2.jankratochvil.net> <21697.17716.292890.813248@ruffy2.mtv.corp.google.com> <20150122185509.GA16253@host2.jankratochvil.net> <20150124145352.GA24237@host1.jankratochvil.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20150124145352.GA24237@host1.jankratochvil.net> User-Agent: Mutt/1.5.23 (2014-03-12) X-IsSubscribed: yes X-SW-Source: 2015-01/txt/msg00676.txt.bz2 On Sat, 24 Jan 2015 15:53:52 +0100, Jan Kratochvil wrote: > On Sat, 24 Jan 2015 02:46:45 +0100, Doug Evans wrote: > > Can you check it in? Thanks. > > Checked in: > 527f3840e1af8bc2e3173922ddae15d0021ed9b1 master > 0325b9bae8037aaa69cdfc8aa43a46678474f261 7.9 I forgot to push the 7.9 branch so the new push is: c8f66196de03935d0d0dca7a5e16054262a38561 7.9 Jan