From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) by sourceware.org (Postfix) with ESMTPS id EBE733858CDA for ; Tue, 24 May 2022 08:28:06 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org EBE733858CDA Received: from mail-lj1-f198.google.com (mail-lj1-f198.google.com [209.85.208.198]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-328--DyYDkCvNqOenY7UoyUx2Q-1; Tue, 24 May 2022 04:28:05 -0400 X-MC-Unique: -DyYDkCvNqOenY7UoyUx2Q-1 Received: by mail-lj1-f198.google.com with SMTP id f10-20020a2e9e8a000000b00250925fec6aso3415611ljk.20 for ; Tue, 24 May 2022 01:28:04 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:in-reply-to:references:date :message-id:mime-version; bh=KS5xw7Z6EY7PfT6fYVhFHwKwrGYmWHWhJKGVVxqqyfA=; b=DkuTOqopwWAr0+lFy83OVrY0RQ/3InRYqbhr/OhP1icAVgK8mongKRFnRb3luveTpr fiF2iMULF1kv/IgY72OfOcy4sqLKtz3j1rfSpleSERzJKefIrW0Shca7j0T/ejA2BiVE qLDD/tmxiU5pugIZkQ22KJxN4hwADJIkrjnshD/gagdTMFnazWKFmrZOW3W1+3J6adB7 +ozCSdLFF4eIUbCZ0tIgIYsjLlomd51jrVSzaNZh6jRnJFy+JaO6/JRG4Mat8jt+6KdD n2kxrFMcZEEUmdIxi2vmLs1ICEIYYTliTniCd2ERjMNYmOzHQBhCgSWrXMkDTgKQJk+/ XWuQ== X-Gm-Message-State: AOAM533FSszy47gRhV7KJG750x84R0SVhRe+EoLXx77hSvW85QHKBNC+ NckOTKApo84ZtdiI7d+Gz5eWJvVtQDEhREoQ0vhcqE4wLU7lYYR/kG2Htp9Vvo6lsLWVAymW+Lp sqJK00La440FTXj4fSUAP+A== X-Received: by 2002:a05:6000:1631:b0:20f:f45a:a279 with SMTP id v17-20020a056000163100b0020ff45aa279mr986002wrb.532.1653380261338; Tue, 24 May 2022 01:17:41 -0700 (PDT) X-Google-Smtp-Source: ABdhPJwj1cNTVHXfjlaGjEMJLiCWMsVbxOnBDnYnnbLRGc8kceEmx4APXtXl9qZhGLmL31mOOxWWVQ== X-Received: by 2002:a05:6000:1631:b0:20f:f45a:a279 with SMTP id v17-20020a056000163100b0020ff45aa279mr985991wrb.532.1653380261183; Tue, 24 May 2022 01:17:41 -0700 (PDT) Received: from localhost (host109-154-214-95.range109-154.btcentralplus.com. [109.154.214.95]) by smtp.gmail.com with ESMTPSA id ay3-20020a05600c1e0300b003942a244f39sm1533486wmb.18.2022.05.24.01.17.40 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 24 May 2022 01:17:40 -0700 (PDT) From: Andrew Burgess To: Pedro Alves , Ilya Leoshkevich via Gdb-patches , Tom Tromey Cc: Ulrich Weigand , Andreas Arnez , Ilya Leoshkevich Subject: Re: [PATCH v2] gdb: do not add const sections to the section map In-Reply-To: <203012d6-2743-1f1e-9a62-b4ffac61f98b@palves.net> References: <20220517200308.2535419-1-iii@linux.ibm.com> <87mtf8i3e2.fsf@redhat.com> <203012d6-2743-1f1e-9a62-b4ffac61f98b@palves.net> Date: Tue, 24 May 2022 09:17:39 +0100 Message-ID: <87h75fibto.fsf@redhat.com> MIME-Version: 1.0 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain X-Spam-Status: No, score=-6.6 required=5.0 tests=BAYES_00, DKIMWL_WL_HIGH, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, RCVD_IN_DNSWL_LOW, SPF_HELO_NONE, SPF_NONE, TXREP, T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org X-BeenThere: gdb-patches@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gdb-patches mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 24 May 2022 08:28:08 -0000 Pedro Alves writes: > On 2022-05-23 18:07, Andrew Burgess via Gdb-patches wrote: > >> The final thing I think you need to add with this patch is some >> testing. We don't have much (that I'm aware of) in the way of >> performance testing, but what we can do, is add a mechanism by which we >> can gather performance data. > > Did you see the gdb.perf/ testsuite? No I didn't. Thanks for pointing that out. I don't think there's any JIT testing in there, I guess Ilya (or maybe me) should add the JIT performance test in there. Thanks, Andrew