0.9.18.53:
[sbcl.git] / src / compiler / policies.lisp
index 78759f4..3bcdcaa 100644 (file)
@@ -87,3 +87,7 @@
         3
         0)
   ("no" "no" "no" "yes"))
+
+(define-optimization-quality insert-array-bounds-checks
+    (if (= safety 0) 0 3)
+  ("no" "yes" "yes" "yes"))