X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=doc%2Fcompiler.sgml;h=18c797a990245240cde9175c0e8763135568632f;hb=6e7ae26173b40d635b94e81bc73f5c06d550de32;hp=440cad3d6faa8cf801fe7730feb21bcdb637c9e0;hpb=666b155f6e8245ccc006aba697e69f0feb6bf017;p=sbcl.git diff --git a/doc/compiler.sgml b/doc/compiler.sgml index 440cad3..18c797a 100644 --- a/doc/compiler.sgml +++ b/doc/compiler.sgml @@ -681,8 +681,8 @@ the speed quality inhibits this notification. This can be useful to suppress notes about code which is known to be unavoidably inefficient. (For example, the compiler issues notes about having to use generic arithmetic instead of fixnum arithmetic, which -is not useful for code which truly can't guarantee that its arguments -will always be fixnums.) +is not helpful for code which by design supports arbitrary-sized +integers instead of being limited to fixnums.) The basic functionality of the optimize inhibit-warnings extension will probably be supported in all future