X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;ds=inline;f=src%2Fcompiler%2Fknownfun.lisp;h=6be6b403f201a119b9666950b380d06c4ed8687d;hb=1c91b0bc7eb814af6a8c58a99a83a024716138e8;hp=8d9613841a1e8fc5d2d12db8191d8f8839c96cf1;hpb=14d8510d30b5ee723ad9c2d89ff907ec38923e51;p=sbcl.git diff --git a/src/compiler/knownfun.lisp b/src/compiler/knownfun.lisp index 8d96138..6be6b40 100644 --- a/src/compiler/knownfun.lisp +++ b/src/compiler/knownfun.lisp @@ -63,6 +63,9 @@ unsafely-flushable ;; may be moved with impunity. Has no side effects except possibly ;; consing, and is affected only by its arguments. + ;; + ;; Since it is not used now, its distribution in fndb.lisp is + ;; mere random; use with caution. movable ;; The function is a true predicate likely to be open-coded. Convert ;; any non-conditional uses into (IF T NIL). Not usually