* Part of the fun of having good abstractions is being able to
throw all caution to the wind inside the abstraction. This
gives another little speedup on printing floats.
(type (integer 0 ,(1- sb!xc:array-dimension-limit)) ,pointer)
(type (simple-array ,element-type (*)) ,string))
(flet ((push-char (char)
+ (declare (optimize (sb!c::insert-array-bounds-checks 0)))
(when (= ,pointer ,size)
(let ((old ,string))
(setf ,size (* 2 (+ ,size 2))
;;; checkins which aren't released. (And occasionally for internal
;;; versions, especially for internal versions off the main CVS
;;; branch, it gets hairier, e.g. "0.pre7.14.flaky4.13".)
-"1.0.6.19"
+"1.0.6.20"