From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from gnu.wildebeest.org (wildebeest.demon.nl [212.238.236.112]) by sourceware.org (Postfix) with ESMTPS id 4B73F3950412 for ; Fri, 26 Feb 2021 13:06:07 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 4B73F3950412 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=klomp.org Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=mark@klomp.org Received: from librem (77-167-121-15.hybrid.kpn.net [77.167.121.15]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by gnu.wildebeest.org (Postfix) with ESMTPSA id 45A703000721; Fri, 26 Feb 2021 14:06:06 +0100 (CET) Received: by librem (Postfix, from userid 1000) id 1757DC0B8E; Fri, 26 Feb 2021 14:04:53 +0100 (CET) Date: Fri, 26 Feb 2021 14:04:53 +0100 From: Mark Wielaard To: Tom de Vries Cc: dwz@sourceware.org, jakub@redhat.com Subject: Re: [PATCH] Document experimental status of odr Message-ID: <20210226130453.GE3014@wildebeest.org> References: <20210225161730.GA9458@delia> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210225161730.GA9458@delia> User-Agent: Mutt/1.10.1 (2018-07-13) X-Spam-Status: No, score=-5.3 required=5.0 tests=BAYES_00, KAM_DMARC_STATUS, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: dwz@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Dwz mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 26 Feb 2021 13:06:09 -0000 Hi Tom, On Thu, Feb 25, 2021 at 05:17:31PM +0100, Tom de Vries wrote: > Add documentation of the experimental status of the odr optimization in dwz.1. > > Any comments? > > > PR dwz/27401 > * dwz.1: Document experimental status of odr. Looks good to me. BTW. Do you already know when would you consider it no longer experimental? Are there still fundemental bugs/design issues or is it now just having people experiment with it and finding bugs? Cheers, Mark