From: Gregor Zattler <telegraph@gmx.net>
To: help-gnu-emacs@gnu.org
Subject: Re: emacs empty startup time increased from v 27.1 to 29.0 by factor 3?
Date: Fri, 27 Jan 2023 01:00:49 +0100 [thread overview]
Message-ID: <87a624zw0e.fsf@no.workgroup> (raw)
In-Reply-To: <83pmb5i90e.fsf@gnu.org>
Hi Eli, emacs users,
* Eli Zaretskii <eliz@gnu.org> [2023-01-23; 17:08 +02]:
>> From: Gregor Zattler <telegraph@gmx.net>
>> Date: Mon, 23 Jan 2023 15:08:15 +0100
>>
>> time /usr/bin/emacs-gtk -Q -nw -f save-buffers-kill-emacs
>>
>> which starts emacs 27.1 as precompiled in debian / Bullseye
>> and kills it again, a low time values on my laptop are e.g.:
>>
>> real 0m0,328s
>> user 0m0,262s
>> sys 0m0,058s
>>
>>
>> while for emacs v29.0 the same command line achives low
>> values like this one:
>>
>> real 0m1,007s
>> user 0m0,847s
>> sys 0m0,154s
>>
>> The 29.0 version is compiled with native-compilation
>> support. Does this explain the differences?
>
> It could. Emacs with native-compilation needs to load all the
> preloaded Lisp packages as shared libraries, as opposed to just
> mapping the pdumper file into the address space in Emacs 27. To be
> sure, build Emacs 29 without native-compilation, and then compare.
So I did. The lowest values for the same command with a
slightly newer Version which was built with --with-native-compilation=no
are:
$ time src/emacs -Q -nw -f save-buffers-kill-emacs
real 0m0,596s
user 0m0,483s
sys 0m0,105s
while the very same tree build with --with-native-compilation
$ time src/emacs -Q -nw -f save-buffers-kill-emacs
real 0m1,082s
user 0m0,902s
sys 0m0,169s
This shows: a) native compilation slows Emacs' startup (and
shutdown?). b) Without native compilation support Emacs
27.1 is faster in this nano-benchmark than Emacs 29.0.
Ciao; Gregor
--
-... --- .-. . -.. ..--.. ...-.-
next prev parent reply other threads:[~2023-01-27 0:00 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-01-23 14:08 emacs empty startup time increased from v 27.1 to 29.0 by factor 3? Gregor Zattler
2023-01-23 15:08 ` Eli Zaretskii
2023-01-27 0:00 ` Gregor Zattler [this message]
2023-01-27 1:16 ` John Yates
2023-01-27 7:35 ` Eli Zaretskii
2023-01-27 17:20 ` Fwd: " John Yates
2023-01-28 9:00 ` Lynn Winebarger
2023-01-28 12:22 ` Fwd: " Eli Zaretskii
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87a624zw0e.fsf@no.workgroup \
--to=telegraph@gmx.net \
--cc=help-gnu-emacs@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.