[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: eieio-debug-methodinvoke
From: |
Stefan Monnier |
Subject: |
Re: eieio-debug-methodinvoke |
Date: |
Thu, 22 Jan 2015 14:51:41 -0500 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux) |
> I byte-compiled it with emacs-24, and then ran the .elc with both
> emacs-24 and master: for (sm-fib 23), the emacs-24 code took about twice
> as much time to complete.
Interestingly, after replacing the "defmethod" with "cl-defmethod" in
the test, I get an additional factor of 4 speedup on this test
(i.e. 3.8s with emacs-24, 2s with trunk, 0.5s with cl-defmethod).
Stefan