commit Zach Beane's TIME bytes-consed output format fix.
~S second~:P of system run time~% ~
~@[ [Run times include ~S second~:P GC run time.]~% ~]~
~S page fault~:P and~% ~
- ~S bytes consed.~%"
+ ~:D bytes consed.~%"
(max (/ (- new-real-time old-real-time)
(float sb!xc:internal-time-units-per-second))
0.0)
;;; 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".)
-"0.8.10.13"
+"0.8.10.14"