]> git.eshelyaron.com Git - emacs.git/commitdiff
Comment change.
authorRichard M. Stallman <rms@gnu.org>
Mon, 9 Sep 2002 00:28:00 +0000 (00:28 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 9 Sep 2002 00:28:00 +0000 (00:28 +0000)
lisp/emacs-lisp/byte-opt.el

index 5441083a8b29cef539d93f396494e9ed1a467feb..5594b918b37ce249cbab88a33f309ec73c6d3a86 100644 (file)
 ;;; 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