From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: [Emacs-diffs] emacs-26 3db388b: Speed up (format "%s" STRING) and the like Date: Wed, 04 Oct 2017 23:09:10 -0400 Message-ID: References: <20171004214511.1405.22257@vcs0.savannah.gnu.org> <20171004214513.6A40E2041C@vcs0.savannah.gnu.org> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: blaine.gmane.org 1507173001 27131 195.159.176.226 (5 Oct 2017 03:10:01 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Thu, 5 Oct 2017 03:10:01 +0000 (UTC) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux) Cc: emacs-devel@gnu.org To: Paul Eggert Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Oct 05 05:09:56 2017 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dzwXq-0005tN-RH for ged-emacs-devel@m.gmane.org; Thu, 05 Oct 2017 05:09:54 +0200 Original-Received: from localhost ([::1]:37587 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dzwXu-0001TU-Sf for ged-emacs-devel@m.gmane.org; Wed, 04 Oct 2017 23:09:58 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:35351) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dzwXK-0001TP-8k for emacs-devel@gnu.org; Wed, 04 Oct 2017 23:09:23 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dzwXH-0006oo-4s for emacs-devel@gnu.org; Wed, 04 Oct 2017 23:09:22 -0400 Original-Received: from pmta31.teksavvy.com ([76.10.157.38]:23508) by eggs.gnu.org with esmtps (TLS1.0:RSA_ARCFOUR_SHA1:16) (Exim 4.71) (envelope-from ) id 1dzwXH-0006nv-02 for emacs-devel@gnu.org; Wed, 04 Oct 2017 23:09:19 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: =?us-ascii?q?A2FyCQCcodVZ/1emxEVcDgwBAQEBAgEBA?= =?us-ascii?q?QEIAQEBAYNdgVKDVoVYhgaOfwGBdS8BmA8KhTUEAgKEWlgBAgEBAQEBAgNoKIU?= =?us-ascii?q?ZAQQBViMFCws0EhQYDSSKOwiobIs0AQEBAQYCJoMtiGWKeAEEoTKWYAGJUIc9l?= =?us-ascii?q?UQQgTlYgQ4yIQgyhydbJIlzAQEB?= X-IPAS-Result: =?us-ascii?q?A2FyCQCcodVZ/1emxEVcDgwBAQEBAgEBAQEIAQEBAYNdgVK?= =?us-ascii?q?DVoVYhgaOfwGBdS8BmA8KhTUEAgKEWlgBAgEBAQEBAgNoKIUZAQQBViMFCws0E?= =?us-ascii?q?hQYDSSKOwiobIs0AQEBAQYCJoMtiGWKeAEEoTKWYAGJUIc9lUQQgTlYgQ4yIQg?= =?us-ascii?q?yhydbJIlzAQEB?= X-IronPort-AV: E=Sophos;i="5.42,479,1500955200"; d="scan'208";a="5478912" Original-Received: from 69-196-166-87.dsl.teksavvy.com (HELO ceviche.home) ([69.196.166.87]) by smtp.teksavvy.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 04 Oct 2017 23:09:10 -0400 Original-Received: by ceviche.home (Postfix, from userid 20848) id 2433466259; Wed, 4 Oct 2017 23:09:10 -0400 (EDT) In-Reply-To: <20171004214513.6A40E2041C@vcs0.savannah.gnu.org> (Paul Eggert's message of "Wed, 4 Oct 2017 17:45:13 -0400 (EDT)") X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 76.10.157.38 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.21 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.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.org gmane.emacs.devel:219099 Archived-At: > branch: emacs-26 [...] > Speed up (format "%s" STRING) and the like Shouldn't this have been committed to `master` instead? Stefan