X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fcompiler%2Fpolicies.lisp;h=be12bf67e784e46c6a04f02c345bcfbe9d397db7;hb=1d46d379bb7a6424524b978f213ef69be5f1ad69;hp=c55e3a62e42a483c0db3db09501377bb09252322;hpb=942e5de3f3e27e1cc6ae4aae69c040fa1dc7db00;p=sbcl.git diff --git a/src/compiler/policies.lisp b/src/compiler/policies.lisp index c55e3a6..be12bf6 100644 --- a/src/compiler/policies.lisp +++ b/src/compiler/policies.lisp @@ -43,3 +43,9 @@ 3 0) ("no" "maybe" "yes" "yes")) + +(define-optimization-quality recognize-self-calls + (if (> (max speed space) debug) + 3 + 0) + ("no" "maybe" "yes" "yes"))