From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Time to merge scratch/correct-warning-pos into master, perhaps? Date: Mon, 21 Feb 2022 05:31:21 +0200 Message-ID: <8335kcx5di.fsf@gnu.org> References: <83v8xt20db.fsf@gnu.org> <83ee4gyzrh.fsf@gnu.org> <83v8xryh4d.fsf@gnu.org> <831qzyzt5t.fsf@gnu.org> <874k4u92gp.fsf@randomsample> <87o831jcgf.fsf@telefonica.net> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="10430"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org To: =?utf-8?Q?=C3=93scar?= Fuentes Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Mon Feb 21 04:32:14 2022 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1nLzQr-0002US-Ld for ged-emacs-devel@m.gmane-mx.org; Mon, 21 Feb 2022 04:32:13 +0100 Original-Received: from localhost ([::1]:44950 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nLzQq-00062U-HW for ged-emacs-devel@m.gmane-mx.org; Sun, 20 Feb 2022 22:32:12 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:33144) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nLzPz-0005MP-9w for emacs-devel@gnu.org; Sun, 20 Feb 2022 22:31:19 -0500 Original-Received: from [2001:470:142:3::e] (port=39442 helo=fencepost.gnu.org) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nLzPy-0001jI-G8; Sun, 20 Feb 2022 22:31:18 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-version:References:Subject:In-Reply-To:To:From: Date; bh=kOkSZM/t/QH0EeTXrfJr3h5K3kTOLpfGlRxmHRwG1VA=; b=PR0baRn2wYMzr/w20hW/ T7wQIM8drtU7jUqYz0UvlbPvq8roV0u2ehGDHGuEp9E00M86IF1a8klchXcrGcSKcupomvhUXWMP9 sFMgcWnOrI7Vg7s5trqdkhzXo6ztIA46XPQlrdfZW1GFtM1KT7GZ59Cu1n1LIRJQrvtIksl7BYYzT F+zv5OewW7M0Qkhc1QDIYdME2ssRiu8X2cVZ+SnS7yRHAej1UgbwQwuM6Db9PqlqxIEHUK45abW6a VEIuFhLOgPKA8mkhgab1TJDcnEq/i+Unfrg+LjTw5qtwV03nEOgBiQGm6sHv45hwKw5HsW3I3rQgv KbmRN0LSIKifAQ==; Original-Received: from [87.69.77.57] (port=2542 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nLzPx-0007Ld-Kt; Sun, 20 Feb 2022 22:31:18 -0500 In-Reply-To: <87o831jcgf.fsf@telefonica.net> (message from =?utf-8?Q?=C3=93scar?= Fuentes on Mon, 21 Feb 2022 01:22:08 +0100) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.io gmane.emacs.devel:286543 Archived-At: > From: Óscar Fuentes > Date: Mon, 21 Feb 2022 01:22:08 +0100 > > If you want to know the impact of such a change, the correct method is > to measure representative instances of real-world cases. We already did that. We now want to understand _why_ the new version is slower, and then try making it faster.