X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fcompiler%2Fpolicies.lisp;h=7e3aaaf74941f8ba1fceb840b5b6b5a914099c1a;hb=3d544b84f2b7ecd617d220145a775079df6c7919;hp=043e375f03c6e967e56f5a7f1dabdadadd035199;hpb=e6f4c7523aa628ece995ee01879d3fb90eed6d9f;p=sbcl.git diff --git a/src/compiler/policies.lisp b/src/compiler/policies.lisp index 043e375..7e3aaaf 100644 --- a/src/compiler/policies.lisp +++ b/src/compiler/policies.lisp @@ -45,12 +45,6 @@ Enabling this option can increase heap consing of closures.") ("off" "maybe" "on" "on") "Control inline-substitution of used-once local functions.") -(define-optimization-quality rest-conversion - (if (= debug 3) 0 3) - ("off" "maybe" "on" "on") - "Control conversion of &REST argments to &MORE arguments when -only used as the final argument to APPLY.") - (define-optimization-quality alien-funcall-saves-fp-and-pc (if (<= speed debug) 3 0) ("no" "maybe" "yes" "yes")