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.bugs Subject: bug#64847: Emacs 29 RC1 takes around 25ms longer to start without config and about 25ms with config Date: Tue, 25 Jul 2023 15:49:56 +0300 Message-ID: <83tttsp34b.fsf@gnu.org> References: 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="27782"; mail-complaints-to="usenet@ciao.gmane.io" Cc: 64847@debbugs.gnu.org To: Yanchi =?UTF-8?Q?T=C3=B3th?= Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Tue Jul 25 14:50:26 2023 Return-path: Envelope-to: geb-bug-gnu-emacs@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 1qOHUg-0006yr-3j for geb-bug-gnu-emacs@m.gmane-mx.org; Tue, 25 Jul 2023 14:50:26 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qOHUP-0001ir-M3; Tue, 25 Jul 2023 08:50:10 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qOHUL-0001hj-CW for bug-gnu-emacs@gnu.org; Tue, 25 Jul 2023 08:50:06 -0400 Original-Received: from debbugs.gnu.org ([2001:470:142:5::43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1qOHUI-0005ns-RD for bug-gnu-emacs@gnu.org; Tue, 25 Jul 2023 08:50:03 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1qOHUI-0004SL-Bg for bug-gnu-emacs@gnu.org; Tue, 25 Jul 2023 08:50:02 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Eli Zaretskii Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Tue, 25 Jul 2023 12:50:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 64847 X-GNU-PR-Package: emacs Original-Received: via spool by 64847-submit@debbugs.gnu.org id=B64847.169028936017077 (code B ref 64847); Tue, 25 Jul 2023 12:50:02 +0000 Original-Received: (at 64847) by debbugs.gnu.org; 25 Jul 2023 12:49:20 +0000 Original-Received: from localhost ([127.0.0.1]:44863 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qOHTc-0004RN-Cu for submit@debbugs.gnu.org; Tue, 25 Jul 2023 08:49:20 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:60342) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qOHTa-0004RA-0k for 64847@debbugs.gnu.org; Tue, 25 Jul 2023 08:49:19 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qOHTU-0005Xv-HH; Tue, 25 Jul 2023 08:49:12 -0400 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=1Jo4srTG5lybdUj565pOa4vV2Qy86EwuK0XoBCjYfqM=; b=SGcA+BbClcMC1gNlII42 x17uYp+0xuqzsVpVht2gOd1AIUsEejuxdWqwTJ82Gw6hq01d5sPsXLGC98E1kdj9KZn52yGogVEk0 mal2GX4XZ6Bwwhqc+Ch+w+cAtYnVeXByvHxqIKYUxIS18umEl2LNolVznTv0Da5Bfn4C0Twnj6myX 7XDXbi5Is9aTnlzGjMlqjgZW7xvd9H6JNTunD7CPcSF9Et3l3YT9qABei3PoRVNtYoygRtEat4m0i YG1tjeNotT5UkEWQS45lE1nF945FcpILydXxjTF20Rssq6J5Sy/TLFeJJpsS6MpUx9HARXA18aCLi z4hNT3maoFiQ2A==; Original-Received: from [87.69.77.57] (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 1qOHTT-0003ty-NL; Tue, 25 Jul 2023 08:49:12 -0400 In-Reply-To: (message from Yanchi =?UTF-8?Q?T=C3=B3th?= on Tue, 25 Jul 2023 11:06:53 +0200) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.bugs:266055 Archived-At: > From: Yanchi Tóth > Date: Tue, 25 Jul 2023 11:06:53 +0200 > > Emacs 29 RC1 takes around 25ms longer to start without config and about 25ms with config. These > timings are the best of 5 runs of emacs-init-time on 29 RC1 and 28.2. Was your Emacs 28 also built with --with-native-compilation=aot? Was it built with native-compilation enabled at all? (You show the configuration data from the v29.1 build, but not from the 28.2 build, so I couldn't deduce the answers to those questions myself.) In any case, 25 msec is a very small difference. Thanks.