X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fcompiler%2Fpolicies.lisp;h=5aac7788ec5496857fce160c32c52fe5926e3dbc;hb=40e3ba03d0e1b824e4d1ae75d74246b975b70964;hp=d79a230584598da9034e8f7d0f6cc7fdc288e064;hpb=3b3086ad5ad36a66302e1e6c5b7c8246c7963462;p=sbcl.git diff --git a/src/compiler/policies.lisp b/src/compiler/policies.lisp index d79a230..5aac778 100644 --- a/src/compiler/policies.lisp +++ b/src/compiler/policies.lisp @@ -27,7 +27,7 @@ (t 3)) ("no" "maybe" "yes" "yes")) -(define-optimization-quality let-convertion +(define-optimization-quality let-conversion (if (<= debug speed) 3 0) ("off" "maybe" "on" "on")) @@ -56,9 +56,9 @@ (define-optimization-quality stack-allocate-dynamic-extent (if (and (> (max speed space) (max debug safety)) - (< safety 3)) - 3 - 0) + (< safety 3)) + 3 + 0) ("no" "maybe" "yes" "yes")) (define-optimization-quality stack-allocate-vector @@ -72,7 +72,7 @@ ("degraded" "full" "full" "full")) (define-optimization-quality insert-step-conditions - (if (> debug (max speed space)) + (if (> debug (max speed space compilation-speed)) debug 0) ("no" "no" "partial" "full"))