From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 128051 invoked by alias); 19 Nov 2019 03:02:05 -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 128025 invoked by uid 89); 19 Nov 2019 03:02:03 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-17.4 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=HX-Languages-Length:1283 X-HELO: mail-ot1-f46.google.com Received: from mail-ot1-f46.google.com (HELO mail-ot1-f46.google.com) (209.85.210.46) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 19 Nov 2019 03:01:53 +0000 Received: by mail-ot1-f46.google.com with SMTP id r24so16539185otk.12 for ; Mon, 18 Nov 2019 19:01:53 -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=SdRGE2N0eqhfcVfWIbcUCnoYPKuEJWT0j4gnzWtY2PI=; b=fICt/EjFEDzDXKqEBydFEvJ8z/W+xprsXHNGzquFQnrzoHhFSATYJ74BlEh9S2/2+r 73nYbaAPeALKiTP2x3yx7UpIfJ22wIm1Gz8bt//b55gGub/WEOQvVznEgE0ian1lztrN KAdtpyguWB6dIYSK+9mXw94iHvuqa6pttg473TXZxY+1TRm1TNNqpPfsbxh0Fd1jECJ6 z1ZVrOgsaIl1UZvx+jB5V1Xf2bsi55/Y0ZyPbAMNUlXEHyjaHwOG5fGmCEBb1SFelA8x tD7rZa5bM4N6GsU0yzlW2ZnU7bHO4Oqb3/HD55eWbpqDiD5r01zy8dGz/Y7XW6WBKiVk 2H8g== MIME-Version: 1.0 References: <20191104011626.GA24625@adacore.com> <20191111174833.GC23568@adacore.com> <20191115021746.GA26530@adacore.com> In-Reply-To: <20191115021746.GA26530@adacore.com> From: "Christian Biesinger via gdb-patches" Reply-To: Christian Biesinger Date: Tue, 19 Nov 2019 03:02: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/msg00576.txt.bz2 On Thu, Nov 14, 2019 at 8:17 PM 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. > > That would indeed be a very good compromise! OK, I pushed a new patch to gerrit that implements that: https://gnutoolchain-gerrit.osci.io/r/c/binutils-gdb/+/687 Christian