From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-lf1-x136.google.com (mail-lf1-x136.google.com [IPv6:2a00:1450:4864:20::136]) by sourceware.org (Postfix) with ESMTPS id 17C3F3857374 for ; Fri, 20 May 2022 14:16:25 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 17C3F3857374 Received: by mail-lf1-x136.google.com with SMTP id u30so14548989lfm.9 for ; Fri, 20 May 2022 07:16:25 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=AsarHJEbzxl0b5nFPWlLDQ9F6f2VaYNQ+GMhzPkWdIg=; b=4qd7KdJMl10+H1B3USuRdobthOGT588cQlGiU5NyN4Hf1ok67LY/yZ+XAdiQgS/UGs WHwb7vw3/joWuBe8GVswxx4lZzRpOmxt3p1WcYi6nDOuOkNeYccIZLL3hR6QFHJM8vD9 edmUchsv4Rhi5nlVQK0IRI0HaI5POYPs4xSQp3MSIAUjPA+JVG+tXrZQMcCGC5djD1fs xuaMmAwepuEET8Zki0A4rDJE34XMzQSmqQn826+vfgK8FHa+cuVw+gGlLIFkBDrVSd5V zg662Y1CjM7vD/aXv/u7tMI75XQ6i3dK9F7stvDi4vTvYfIXJrONbGqDCH8wxx59sqQk ggHA== X-Gm-Message-State: AOAM531A20tr5/PnySop0pt1g9YQpe599m0//iFAxgxxCjnxatQ29GOu rgRhgDPdvWN3DMC4zvKXAYIFgKHQuvepkA== X-Google-Smtp-Source: ABdhPJzKOMP6peOFXyBwP4SSTTcSIAGq30fim0BntZVO+8x7nU8I7Oua4I4Kzge8McqCl0QbKug5qw== X-Received: by 2002:a05:6512:a85:b0:473:bb9e:fc51 with SMTP id m5-20020a0565120a8500b00473bb9efc51mr7025911lfu.31.1653056183449; Fri, 20 May 2022 07:16:23 -0700 (PDT) Received: from google.com ([2a00:79e0:18:10:1c10:2b89:bca6:97f4]) by smtp.gmail.com with ESMTPSA id a10-20020ac2520a000000b0047255d211a6sm672935lfl.213.2022.05.20.07.16.22 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 20 May 2022 07:16:22 -0700 (PDT) Date: Fri, 20 May 2022 16:16:18 +0200 From: "Steinar H. Gunderson" To: Jan Beulich Cc: sesse@chromium.org, binutils@sourceware.org Subject: Re: [PATCH v4] Add a trie to map quickly from address range to compilation unit. Message-ID: References: <20220422102512.2279635-1-sesse@google.com> <23e77311-e52d-e972-5fbf-2875fa3f41a0@suse.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <23e77311-e52d-e972-5fbf-2875fa3f41a0@suse.com> X-Spam-Status: No, score=-18.8 required=5.0 tests=BAYES_00, DKIMWL_WL_MED, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, ENV_AND_HDR_SPF_MATCH, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP, T_SCC_BODY_TEXT_LINE, USER_IN_DEF_DKIM_WL, USER_IN_DEF_SPF_WL 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: binutils@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Binutils mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 May 2022 14:16:26 -0000 On Fri, May 20, 2022 at 04:12:48PM +0200, Jan Beulich wrote: > I've now committed it. In the patch (e.g. as a post-commit-message > remark) there was no indication that this needs taking care of by > someone, so I was going from the assumption that you would have > commit access yourself. Thanks! For future reference, what should I have written to make this clearer? /* Steinar */