emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Execution speed


From: Phil Sainty
Subject: Re: Execution speed
Date: Mon, 20 Mar 2017 11:30:57 +1300
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.7.0

$ 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]