emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] emacs/lisp ChangeLog emacs-lisp/elp.el


From: Chong Yidong
Subject: [Emacs-diffs] emacs/lisp ChangeLog emacs-lisp/elp.el
Date: Sat, 12 Sep 2009 01:40:17 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Chong Yidong <cyd>      09/09/12 01:40:16

Modified files:
        lisp           : ChangeLog 
        lisp/emacs-lisp: elp.el 

Log message:
        * emacs-lisp/elp.el (elp-not-profilable): Add more functions (Bug#4233).

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/ChangeLog?cvsroot=emacs&r1=1.16141&r2=1.16142
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/emacs-lisp/elp.el?cvsroot=emacs&r1=1.50&r2=1.51

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/emacs/emacs/lisp/ChangeLog,v
retrieving revision 1.16141
retrieving revision 1.16142
diff -u -b -r1.16141 -r1.16142
--- ChangeLog   12 Sep 2009 00:32:49 -0000      1.16141
+++ ChangeLog   12 Sep 2009 01:40:11 -0000      1.16142
@@ -1,3 +1,8 @@
+2009-09-12  Andreas Politz  <address@hidden>  (tiny change)
+
+       * emacs-lisp/elp.el (elp-not-profilable): Add more
+       functions (Bug#4233).
+
 2009-09-12  Chong Yidong  <address@hidden>
 
        * emulation/pc-select.el (scroll-down-mark, scroll-down-nomark)

Index: emacs-lisp/elp.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/emacs-lisp/elp.el,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -b -r1.50 -r1.51
--- emacs-lisp/elp.el   22 Jul 2009 02:45:37 -0000      1.50
+++ emacs-lisp/elp.el   12 Sep 2009 01:40:16 -0000      1.51
@@ -210,7 +210,10 @@
     ;; (delq nil (mapcar (lambda (x) (and (symbolp x) (fboundp x) x))
     ;;                   (aref (symbol-function 'elp-wrapper) 2)))
     ;; to help me find this list.
-    error call-interactively apply current-time)
+    error call-interactively apply current-time
+    ;; Andreas Politz reports problems profiling these (Bug#4233):
+    + byte-code-function-p functionp byte-code subrp
+    indirect-function fboundp)
   "List of functions that cannot be profiled.
 Those functions are used internally by the profiling code and profiling
 them would thus lead to infinite recursion.")




reply via email to

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