X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fcode%2Fdyncount.lisp;h=d14727b2e003ae8228f9d4ab9f187be64dc9e164;hb=4cf50b1896b25f5337e7c258b0b560da00d47993;hp=744cf74bb3866d8bfe663ed56a36f3a909aa682f;hpb=cea4896b2482b7b2b429c1631d774b4cfbc0efba;p=sbcl.git diff --git a/src/code/dyncount.lisp b/src/code/dyncount.lisp index 744cf74..d14727b 100644 --- a/src/code/dyncount.lisp +++ b/src/code/dyncount.lisp @@ -98,7 +98,8 @@ comments from CMU CL: (deftype count-vector () '(simple-array double-float (2))) (defstruct (vop-stats (:constructor %make-vop-stats (name)) - (:constructor make-vop-stats-key)) + (:constructor make-vop-stats-key) + (:copier nil)) (name (required-argument) :type simple-string) (data (make-array 2 :element-type 'double-float) :type count-vector)) @@ -531,7 +532,6 @@ comments from CMU CL: (compared (if compare (compare-stats compensated compare) compensated)) - (*gc-verbose* nil) (*gc-notify-stream* nil)) (multiple-value-bind (total-count total-cost) (cost-summary compensated) (multiple-value-bind (compare-total-count compare-total-cost)