0.8.16.2: TYPE-ERROR for ERROR
[sbcl.git] / src / compiler / policies.lisp
index 780ee7c..4680f71 100644 (file)
        3
        0)
   ("no" "maybe" "yes" "yes"))
+
+(define-optimization-quality float-accuracy
+    3
+  ("degraded" "full" "full" "full"))
+
+(define-optimization-quality insert-step-conditions
+    (if (> debug (max speed space))
+        debug
+        0)
+  ("no" "no" "partial" "full"))