From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5604 invoked by alias); 5 Jun 2014 17:26:37 -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 5591 invoked by uid 89); 5 Jun 2014 17:26:35 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-3.2 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW,RP_MATCHES_RCVD,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-vc0-f175.google.com Received: from mail-vc0-f175.google.com (HELO mail-vc0-f175.google.com) (209.85.220.175) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Thu, 05 Jun 2014 17:26:31 +0000 Received: by mail-vc0-f175.google.com with SMTP id lc6so1535669vcb.34 for ; Thu, 05 Jun 2014 10:26:29 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=OK8Y5+II2XC3vbhw2Tw1/fcFNpGibnT8qz15wBHTaoU=; b=WYzNJSFxwz9OoFL7nVjaxuL8Ob/m/dl29RrOsn2B9Iem7GrdnCxhJNhHyJkR12JQsn VemFbRe8vshP7Yp+zHFLHY1EdBDtIp7wGaH6m0kBxGcC32H+64fTvuI4PxBF8dWR/MfB aT+Lfs+Romx5T32FfBH5OdOjnEBQCo3d7x39EDgk7oz5b/eZoFIXPz+Zn3XmZm3ncJxK 8eUsxrjNCl+HQf9wTJlfksOoic8kl8sfjFu0AgplRk2aHkuBlaYJ/2KzmnuhIjXC+kAh 6RmqU+mdPKwmLi0kV9X/C2uuWIoSOfzO+agcdWbhKmUm/gdsC0HjRJXaU/Luj0xC79uT X6Qw== X-Gm-Message-State: ALoCoQmAnngmsYFoHUYjjEpzHl6jXvsMCmyvkrWzxYJnGFtHj41BdEWDV4oV8Oel6wGFS3IkkBwd MIME-Version: 1.0 X-Received: by 10.221.64.20 with SMTP id xg20mr51795694vcb.3.1401989189063; Thu, 05 Jun 2014 10:26:29 -0700 (PDT) Received: by 10.52.28.230 with HTTP; Thu, 5 Jun 2014 10:26:28 -0700 (PDT) In-Reply-To: <20140604222348.GA4289@adacore.com> References: <20140604171843.GX30686@adacore.com> <538F6859.4010004@redhat.com> <20140604222348.GA4289@adacore.com> Date: Thu, 05 Jun 2014 17:26:00 -0000 Message-ID: Subject: Re: gdb-7.8 branching status (2014-06-04) From: Doug Evans To: Joel Brobecker Cc: Keith Seitz , gdb-patches Content-Type: text/plain; charset=UTF-8 X-IsSubscribed: yes X-SW-Source: 2014-06/txt/msg00277.txt.bz2 On Wed, Jun 4, 2014 at 3:23 PM, Joel Brobecker wrote: >> > . PR 16253-induced performance regression >> > So far, I only heard from Doug who thinks the best option >> > at this point is to temporarily revert the offending patch. >> > It would be nice to hear from Keith as well, JIC. >> >> I agree. In fact, I think I mentioned this several days ago on IRC. >> The bug isn't particularly nasty/common/important to block a >> release. Users have had to deal with it for some time, a little >> while longer won't hurt. >> >> I can provide a patch to revert it from either HEAD or the 7.8 >> branch. Just let me know which you'd prefer. [That is, if Doug >> hasn't already done so or is working on it, but I know he's very, >> very busy at the moment.] > > Thanks, Keith. Doug was only suggesting the revert, so did not offer > to do the revert. Would you mind doing it? That'd be awesome. Thanks!