From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15314 invoked by alias); 15 Nov 2019 01:21:09 -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 15306 invoked by uid 89); 15 Nov 2019 01:21:09 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-17.5 required=5.0 tests=AWL,BAYES_00,ENV_AND_HDR_SPF_MATCH,RCVD_IN_DNSWL_NONE,SPF_PASS,USER_IN_DEF_SPF_WL autolearn=ham version=3.3.1 spammy=H*f:sk:CAPTJ0X X-HELO: mail-oi1-f170.google.com Received: from mail-oi1-f170.google.com (HELO mail-oi1-f170.google.com) (209.85.167.170) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 15 Nov 2019 01:21:07 +0000 Received: by mail-oi1-f170.google.com with SMTP id l202so7227246oig.1 for ; Thu, 14 Nov 2019 17:21:07 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=epf0xX891Ho6ApZO/itp7PyllvwgU0E0l3dC97PP0Oo=; b=Gv/CTgzN5N6/PFs0zIMTLndiBkueerTLT1OSRXpvJDe/psit+gps4Na5AUwuXybdrF QHF3+cHHwJhQJNUjUoaWzlilx+LzTDTRyWK3mNnyqDF/Bk5SA3/o/eIQyAK2KFqb3tX+ M2MmdHoWgaR3VZUd3IOKIhZehWICnhpH2nl5S8Djv2QNe78Mkg+JYf0GAIoD7SOHmlM/ /xZFBXwq9HpKEZ9CH87pWXjRtYv9HLNf1cpO7dGbAmbFGZlIBu0LSZ5AOiBUnYbmqIPw xiJ+BF93Zkm3nmJ9QlQhamF6k0BCv1H6WesljmnTfOS/+80/bwY1W+0wZMkDalmKiAli dopQ== MIME-Version: 1.0 References: <20191104011626.GA24625@adacore.com> <20191111174833.GC23568@adacore.com> In-Reply-To: <20191111174833.GC23568@adacore.com> From: "Christian Biesinger via gdb-patches" Reply-To: Christian Biesinger Date: Fri, 15 Nov 2019 01:21:00 -0000 Message-ID: Subject: Re: GDB 9.1 release -- 2019-11-01 Update To: Joel Brobecker Cc: gdb-patches Content-Type: text/plain; charset="UTF-8" X-IsSubscribed: yes X-SW-Source: 2019-11/txt/msg00453.txt.bz2 On Mon, Nov 11, 2019 at 9:48 AM Joel Brobecker wrote: > > > > - [Christian B] The threaded symbol loading that tromey Christian have been working on > > > Missing an URL to the patch, so can't check progress > > > > Sorry about that, this is the patchset ending in: > > https://gnutoolchain-gerrit.osci.io/r/c/binutils-gdb/+/176 > > > > (Ideally my two followup patches as well; not necessarily the RFC one > > at the top) > > Thanks for the link, Christian. I looked at it, and as I mentioned > in today's update > (https://www.sourceware.org/ml/gdb-patches/2019-11/msg00293.html) > I am proposing we do _not_ include this in 9.1 -- seems a bit risky > to be making a change of this kind just prior to release... I was hoping that it would land sooner :( However, I would like to make a proposal? What if we push it with a setting to turn it off by default, so that people who want can turn it on sooner? It is a massive performance benefit for big programs. Christian