unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Philippe Vaucher <philippe.vaucher@gmail.com>
To: Ivan Kanis <ivan@kanis.fr>
Cc: Stefan Monnier <monnier@iro.umontreal.ca>,
	Emacs developers <emacs-devel@gnu.org>
Subject: Re: Execution speed
Date: Mon, 20 Mar 2017 11:46:02 +0100	[thread overview]
Message-ID: <CAGK7Mr4WotCuEdghe21QKOH656o40KNj=ED7h8XS2uHkV52MBQ@mail.gmail.com> (raw)
In-Reply-To: <87var4nuw0.fsf@kanis.fr>

[-- Attachment #1: Type: text/plain, Size: 918 bytes --]

Looks this behavior appeared around 25.1:

$ for version in 24.3 24.4 24.5 25.1 25.2-rc2 master; do echo "-----
$version -----"; docker run -it -v $(pwd):/rootfs:ro --rm
silex/emacs:$version -Q --batch -l ir-test.el; done
----- 24.3 -----
Interpreted:  Iterative=1.104s; Recursive=0.966s
Bytecompiled: Iterative=0.482s; Recursive=0.633s
----- 24.4 -----
Interpreted:  Iterative=1.096s; Recursive=1.081s
Bytecompiled: Iterative=0.499s; Recursive=0.695s
----- 24.5 -----
Interpreted:  Iterative=1.083s; Recursive=1.087s
Bytecompiled: Iterative=0.497s; Recursive=0.694s
----- 25.1 -----
Interpreted:  Iterative=1.553s; Recursive=1.149s
Bytecompiled: Iterative=0.707s; Recursive=0.590s
----- 25.2-rc2 -----
Interpreted:  Iterative=1.521s; Recursive=1.159s
Bytecompiled: Iterative=0.698s; Recursive=0.602s
----- master -----
Interpreted:  Iterative=1.412s; Recursive=1.357s
Bytecompiled: Iterative=0.439s; Recursive=0.718s

[-- Attachment #2: Type: text/html, Size: 1186 bytes --]

  reply	other threads:[~2017-03-20 10:46 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 ` Execution speed Phil Sainty
2017-03-20  9:46 ` Ivan Kanis
2017-03-20 10:46   ` Philippe Vaucher [this message]
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

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CAGK7Mr4WotCuEdghe21QKOH656o40KNj=ED7h8XS2uHkV52MBQ@mail.gmail.com' \
    --to=philippe.vaucher@gmail.com \
    --cc=emacs-devel@gnu.org \
    --cc=ivan@kanis.fr \
    --cc=monnier@iro.umontreal.ca \
    /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 public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).