Mercurial > emacs
changeset 47317:b4a5fd1d144c
Comment change.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Mon, 09 Sep 2002 00:28:00 +0000 |
parents | c4537edce898 |
children | 1a358c4f4b8b |
files | lisp/emacs-lisp/byte-opt.el |
diffstat | 1 files changed, 4 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/emacs-lisp/byte-opt.el Mon Sep 09 00:27:30 2002 +0000 +++ b/lisp/emacs-lisp/byte-opt.el Mon Sep 09 00:28:00 2002 +0000 @@ -1151,6 +1151,10 @@ ;;; 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