X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2Fcompiler%2Fsrctran.lisp;h=148e7003d5ce57a9982b20acf046a7b69d8e13c3;hb=82e0a78df47685519b12683f495d7ae19e07d3cf;hp=6365cf11435261d4da47a321b822b43aac382caf;hpb=64bf93a97814ea1caf62bbdcc7ef43e2fbfc8f73;p=sbcl.git diff --git a/src/compiler/srctran.lisp b/src/compiler/srctran.lisp index 6365cf1..148e700 100644 --- a/src/compiler/srctran.lisp +++ b/src/compiler/srctran.lisp @@ -3262,7 +3262,8 @@ ((= nargs 1) `(progn ,@args t)) ((= nargs 2) `(if (,predicate ,(first args) ,(second args)) nil t)) - ((not (policy nil (and (>= speed space) (>= speed cspeed)))) + ((not (policy nil (and (>= speed space) + (>= speed compilation-speed)))) (values nil t)) (t (let ((vars (make-gensym-list nargs)))