Faster MAP[-INTO] when (> SPEED SPACE)
[sbcl.git] / src / compiler / constraint.lisp
index 88a8252..5056510 100644 (file)
          (when ,constraints
            (let ((,min (conset-min ,conset))
                  (,max (conset-max ,conset)))
+             (declare (optimize speed))
              (map nil (lambda (constraint)
                         (declare (type constraint constraint))
                         (let ((number (constraint-number constraint)))