From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp-out2.suse.de (smtp-out2.suse.de [IPv6:2001:67c:2178:6::1d]) by sourceware.org (Postfix) with ESMTPS id 854483835431 for ; Fri, 22 Jul 2022 17:03:47 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 854483835431 Received: from imap2.suse-dmz.suse.de (imap2.suse-dmz.suse.de [192.168.254.74]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-521) server-digest SHA512) (No client certificate requested) by smtp-out2.suse.de (Postfix) with ESMTPS id 0A4ED1F8ED for ; Fri, 22 Jul 2022 17:03:46 +0000 (UTC) Received: from imap2.suse-dmz.suse.de (imap2.suse-dmz.suse.de [192.168.254.74]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-521) server-digest SHA512) (No client certificate requested) by imap2.suse-dmz.suse.de (Postfix) with ESMTPS id E12C213AB3 for ; Fri, 22 Jul 2022 17:03:45 +0000 (UTC) Received: from dovecot-director2.suse.de ([192.168.254.65]) by imap2.suse-dmz.suse.de with ESMTPSA id xxLHNXHY2mKvMAAAMHmgww (envelope-from ) for ; Fri, 22 Jul 2022 17:03:45 +0000 From: Tom de Vries To: gdb-patches@sourceware.org Subject: [PATCH 1/4] [COVER-LETTER] Use task size balancing in cooked index creation Date: Fri, 22 Jul 2022 19:03:42 +0200 Message-Id: <20220722170345.24713-1-tdevries@suse.de> X-Mailer: git-send-email 2.35.3 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Status: No, score=-12.6 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, GIT_PATCH_0, 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 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: Fri, 22 Jul 2022 17:03:48 -0000 Reworking of "[gdbsupport] Use task size in parallel_for_each", submitted earlier here ( https://sourceware.org/pipermail/gdb-patches/2022-July/190868.html ). Note that this series assumes "Introduce gdb::make_function_view" as posted here ( https://sourceware.org/pipermail/gdb-patches/2022-July/190992.html ). --- gdb/COVER-LETTER | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 gdb/COVER-LETTER diff --git a/gdb/COVER-LETTER b/gdb/COVER-LETTER new file mode 100644 index 00000000000..e69de29bb2d base-commit: 0d119fdec7883d2e8ee59ee1369c96788f9b18a5 -- 2.35.3