1.0.28.55: transform FILL to a UB*-BASH-FILL when possible
[sbcl.git] / tests / seq.impure.lisp
index a575352..ddc416d 100644 (file)
                                      standard bashed)
               ;; fill vectors
               ;; a) the standard slow way
-              (fill standard c :start offset :end (+ offset n))
+              (locally (declare (notinline fill))
+                (fill standard c :start offset :end (+ offset n)))
               ;; b) the blazingly fast way
               (let ((value (loop for i from 0 by bitsize
                                  until (= i sb-vm:n-word-bits)