From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp-out2.suse.de (smtp-out2.suse.de [195.135.220.29]) by sourceware.org (Postfix) with ESMTPS id 58B17385B521 for ; Wed, 30 Nov 2022 16:18:33 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 58B17385B521 Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=suse.de Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=suse.de Received: from relay2.suse.de (relay2.suse.de [149.44.160.134]) by smtp-out2.suse.de (Postfix) with ESMTP id 32A9B1F74C; Wed, 30 Nov 2022 16:18:31 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_rsa; t=1669825111; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc: mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=LdikuI01jAgFKjwUcAuxHb2accHOv21FyIg7nxwh0p0=; b=R+5nNxkqFkp9ReTpKpVPHBDH5nKSiupMROzuyXgWuXiKxQck13CVuslyZmuzc/0k0mOYLs 0jnGYOnbY7KTxjjkG2s5HoDWJXFvKXAVnvO/KnWEujAJrsVcQ4dtQuHdqM5UaTvxS812f9 fHodojy4DCfMrqA3yG2KQDAUka0jpq0= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_ed25519; t=1669825111; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc: mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=LdikuI01jAgFKjwUcAuxHb2accHOv21FyIg7nxwh0p0=; b=herzNOK1yT8rXu5S+tSkHQgUtJ2qdAzF1BbySYRQtyzQGcWaNDMGvLKmXngJbM1pvqYjiI 2t6Sm653ri8SK3DA== Received: from wotan.suse.de (wotan.suse.de [10.160.0.1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by relay2.suse.de (Postfix) with ESMTPS id 2C37E2C14F; Wed, 30 Nov 2022 16:18:31 +0000 (UTC) Received: by wotan.suse.de (Postfix, from userid 10510) id 2429E645D; Wed, 30 Nov 2022 16:18:31 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by wotan.suse.de (Postfix) with ESMTP id 229566238; Wed, 30 Nov 2022 16:18:31 +0000 (UTC) Date: Wed, 30 Nov 2022 16:18:31 +0000 (UTC) From: Michael Matz To: Alan Modra cc: binutils@sourceware.org Subject: Re: [PATCH 0/8] ld: Speed up section selection In-Reply-To: Message-ID: References: User-Agent: Alpine 2.20 (LSU 67 2015-01-07) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII X-Spam-Status: No, score=-3.1 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,SPF_HELO_NONE,SPF_PASS,TXREP autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: Hello, On Wed, 30 Nov 2022, Alan Modra wrote: > On Fri, Nov 25, 2022 at 04:44:23PM +0000, Michael Matz via Binutils wrote: > > section-select: Lazily resolve section matches > > section-select: Deal with sections added late > > section-select: Implement a prefix-tree > > section-select: Completely rebuild matches > > section-select: Remove unused code > > section-select: Cleanup > > section-select: Remove bfd_max_section_id again > > section-select: Fix exclude-file-3 > > > > ld/ldlang.c | 672 +++++++++------------ > > ld/ldlang.h | 13 +- > > ld/testsuite/ld-scripts/exclude-file-3.map | 4 +- > > OK. Thanks (885d8643). I've cosmetically shuffled the series and squashed some commits, but the end result is textually the same, so I'm not resending a v2. Ciao, Michael.