From: William Harold Newman Date: Sun, 23 Feb 2003 16:14:46 +0000 (+0000) Subject: 0.7.12.55: X-Git-Url: http://repo.macrolet.net/gitweb/?a=commitdiff_plain;h=24e6aa49b105bb608c04a4ccdc76fef7b5f838f2;p=sbcl.git 0.7.12.55: doc fixes, some from #lisp... ...emu pointed out where arg order stuff for :TEST functions is specified. ...dan-b found a much-less-hackish !ENTITY for the manual. --- diff --git a/doc/compiler.sgml b/doc/compiler.sgml index 18c797a..e66bca3 100644 --- a/doc/compiler.sgml +++ b/doc/compiler.sgml @@ -721,7 +721,7 @@ interpretation, and setting safety less than compiler's decision whether to inline operations, which tend to increase the size of programs. Use the value 0 with caution, since it can cause the compiler to inline operations so -promiscuously that the net effect is to slow the program by causing +indiscriminately that the net effect is to slow the program by causing cache misses or swapping.