(note :aborted aborted #'not)
(note :bytes-consed (max (- new-bytes-consed old-bytes-consed) 0))
(note :page-faults page-faults #'zerop)
- (note :processor-cycles cycles #'zerop)
- (note :lambdas-converted sb!c::*lambda-conversions* #'zerop)
+ ;; cycle counting isn't supported everywhere.
+ (when cycles
+ (note :processor-cycles cycles #'zerop)
+ (note :lambdas-converted sb!c::*lambda-conversions* #'zerop))
(note :eval-calls *eval-calls* #'zerop)
(note :gc-run-time-ms gc-internal-run-time)
(note :system-run-time-us system-run-time)
;;; 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.20.33"
+"1.0.20.34"