all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Phil Sainty <psainty@orcon.net.nz>
To: emacs-devel@gnu.org
Subject: Re: Execution speed
Date: Mon, 20 Mar 2017 11:30:57 +1300	[thread overview]
Message-ID: <5a0acdb5-90c3-4a45-79fa-5b215f72bc07@orcon.net.nz> (raw)
In-Reply-To: <jwv1sttcnv2.fsf-monnier+emacs@gnu.org>

$ emacs-24.4 -Q --batch -l /tmp/ir-test.el
Interpreted:  Iterative=2.001s; Recursive=2.219s
Bytecompiled: Iterative=1.266s; Recursive=1.569s

$ emacs-24.5 -Q --batch -l /tmp/ir-test.el
Interpreted:  Iterative=1.807s; Recursive=2.094s
Bytecompiled: Iterative=1.151s; Recursive=1.564s

$ emacs-25.1 -Q --batch -l /tmp/ir-test.el
Interpreted:  Iterative=2.378s; Recursive=1.936s
Bytecompiled: Iterative=1.340s; Recursive=1.197s

$ emacs-25.2 -Q --batch -l /tmp/ir-test.el
Interpreted:  Iterative=2.134s; Recursive=1.936s
Bytecompiled: Iterative=1.334s; Recursive=1.193s


FWIW, those are:
GNU Emacs 24.4.2 (x86_64-unknown-linux-gnu, X toolkit, Xaw3d scroll bars)
GNU Emacs 24.5.1 (x86_64-unknown-linux-gnu, X toolkit, Xaw3d scroll bars)
GNU Emacs 25.1.1 (x86_64-pc-linux-gnu, X toolkit, Xaw3d scroll bars)
GNU Emacs 25.2.1 (x86_64-pc-linux-gnu, X toolkit, Xaw3d scroll bars)

In all cases compiled via:
./autogen.sh && ./configure --with-x-toolkit=lucid --without-sound && make




  parent reply	other threads:[~2017-03-19 22:30 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-03-19 15:12 Execution speed Stefan Monnier
2017-03-19 15:26 ` Mark Oteiza
2017-03-19 15:32 ` Eli Zaretskii
2017-03-19 16:01 ` Tino Calancha
2017-03-19 16:14 ` Andreas Politz
2017-03-19 16:33 ` Teemu Likonen
2017-03-19 19:09 ` npostavs
2017-03-19 22:49   ` Phil Sainty
2017-03-20 10:36     ` Performance of lexical closures in interpreted code? (was Re: Execution speed) Phil Sainty
2017-03-20 12:50       ` Stefan Monnier
2017-03-20 13:12         ` Stefan Monnier
2017-03-19 22:30 ` Phil Sainty [this message]
2017-03-20  9:46 ` Execution speed Ivan Kanis
2017-03-20 10:46   ` Philippe Vaucher
2017-03-20 14:26 ` Filipp Gunbin

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=5a0acdb5-90c3-4a45-79fa-5b215f72bc07@orcon.net.nz \
    --to=psainty@orcon.net.nz \
    --cc=emacs-devel@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.