From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: AS17314 8.43.84.0/22 X-Spam-Status: No, score=-3.3 required=3.0 tests=AWL,BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,PDS_RDNS_DYNAMIC_FP, RCVD_IN_DNSWL_MED,RDNS_DYNAMIC,SPF_HELO_PASS,SPF_PASS shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from sourceware.org (ip-8-43-85-97.sourceware.org [8.43.85.97]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by dcvr.yhbt.net (Postfix) with ESMTPS id 5BC421F8C6 for ; Tue, 27 Jul 2021 20:51:18 +0000 (UTC) Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id 409283983C40 for ; Tue, 27 Jul 2021 20:51:17 +0000 (GMT) Received: from esa1.mentor.iphmx.com (esa1.mentor.iphmx.com [68.232.129.153]) by sourceware.org (Postfix) with ESMTPS id 1B9FE383800B for ; Tue, 27 Jul 2021 20:51:06 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 1B9FE383800B Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=codesourcery.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=mentor.com IronPort-SDR: 5jUlcNm2qqw7as0hpTIm97GhxkbMlCHRn7pfVQcv481EPs0KHhIn4EINfa+qSzm7Mb4YJX/Uku 4DraTKN8G//ZJTezfihBO0o+4sNg4PRzp3Qf/KrMJFBab8SkASJLW53EEguKuBk076uSacKGJ6 OzfQFvw84d4+gGkylDxW8OMQ3Utw/lGMAKwTSzjyRf6LbSuC0FdeoZAuLASEf9RZYF1MXE4GJh kp6oNYhStm8RrQhOawAaGz+PWJl0frUFz7c49W4y1EYLoEHWH/Q32kl8L+p98mjldfTDMU7tRu DDxn6wfXxJ8wM0uHBnRM9Ykq X-IronPort-AV: E=Sophos;i="5.84,274,1620720000"; d="scan'208";a="66441983" Received: from orw-gwy-02-in.mentorg.com ([192.94.38.167]) by esa1.mentor.iphmx.com with ESMTP; 27 Jul 2021 12:51:06 -0800 IronPort-SDR: P1Xd2x4QS5mq/aclH1LKrphH8qyLlpg3OOHwTZz42Dzo5mZAl0x1LgEAr74NAjBG2uCAvrYuGY KTgpDDe4JO/Urut0HL+kCZEBobAsf6HYTwwp9hv8bYYHmuW6/8qHpCn3mLNMF2IvhHfHhWNNi5 Tsuvn4VCtx91pa2W238boHE3H4ntyJD7+H3APKuhTEJba+wWxMl+2GUyn7+o6fAQy196/7fQte /S99Ou31PgsPElEKPFxq1FEynFAoeZF1Q1qnv+COGuax+NToWJXynd4BsPvZi6SyGrSdobYCb3 4zQ= Date: Tue, 27 Jul 2021 20:51:00 +0000 From: Joseph Myers X-X-Sender: jsm28@digraph.polyomino.org.uk To: Naohiro Tamura Subject: Re: [PATCH] benchtests: Add a script to merge two benchout string files In-Reply-To: <20210726083516.385629-1-naohirot@fujitsu.com> Message-ID: References: <20210713082214.307529-1-naohirot@fujitsu.com> <20210726083516.385629-1-naohirot@fujitsu.com> User-Agent: Alpine 2.22 (DEB 394 2020-01-19) MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" X-Originating-IP: [137.202.0.90] X-ClientProxiedBy: svr-ies-mbx-01.mgc.mentorg.com (139.181.222.1) To svr-ies-mbx-01.mgc.mentorg.com (139.181.222.1) X-BeenThere: libc-alpha@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Libc-alpha mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: libc-alpha@sourceware.org Errors-To: libc-alpha-bounces+e=80x24.org@sourceware.org Sender: "Libc-alpha" On Mon, 26 Jul 2021, Naohiro Tamura via Libc-alpha wrote: > +jq -rs --arg ifunc_name $1 --arg graph_tag1 $2 --arg graph_tag2 $3 ' My comments about avoiding introducing use of a new tool apply here as well. New dependencies for glibc scripts ought to be mentioned in install.texi (with some indication of when they are needed), but it seems better in this case just to use Python (which is what we're tending to consolidate on for miscellaneous glibc scripts, unless very simple in some other language). -- Joseph S. Myers joseph@codesourcery.com