[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/lisp/emacs-lisp/byte-opt.el
From: |
Richard M. Stallman |
Subject: |
[Emacs-diffs] Changes to emacs/lisp/emacs-lisp/byte-opt.el |
Date: |
Sun, 08 Sep 2002 20:28:01 -0400 |
Index: emacs/lisp/emacs-lisp/byte-opt.el
diff -c emacs/lisp/emacs-lisp/byte-opt.el:1.64
emacs/lisp/emacs-lisp/byte-opt.el:1.65
*** emacs/lisp/emacs-lisp/byte-opt.el:1.64 Sun Mar 31 11:22:43 2002
--- emacs/lisp/emacs-lisp/byte-opt.el Sun Sep 8 20:28:00 2002
***************
*** 1151,1156 ****
--- 1151,1160 ----
;;; state, so that constant folding them would be wrong,
;;; but we don't do constant folding based on this list.
+ ;;; However, at present the only optimization we normally do
+ ;;; is delete calls that need not occur, and we only do that
+ ;;; with the error-free functions.
+
;;; I wonder if I missed any :-\)
(let ((side-effect-free-fns
'(% * + - / /= 1+ 1- < <= = > >= abs acos append aref ash asin atan
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] Changes to emacs/lisp/emacs-lisp/byte-opt.el,
Richard M. Stallman <=