mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-26 10:49:33 +00:00
Comment change.
This commit is contained in:
parent
12a9371238
commit
cd63e3a185
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user