X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fcode%2Fdyncount.lisp;h=a8071c070f40cf8a8c8dd7cd4d8e0e0f1f65b4aa;hb=457d80803848ccd73b28508177f1888ff66bc72f;hp=3761a48655e968fa3c37fe357f1b01ab4b07ed06;hpb=80304981972c91c1b3f3fca75f36dacf1fecf307;p=sbcl.git diff --git a/src/code/dyncount.lisp b/src/code/dyncount.lisp index 3761a48..a8071c0 100644 --- a/src/code/dyncount.lisp +++ b/src/code/dyncount.lisp @@ -186,7 +186,7 @@ comments from CMU CL: #!+sb-doc "Return a hash-table mapping string VOP names to VOP-STATS structures describing the VOPs executed. If clear is true, then reset all counts to - zero as a side-effect." + zero as a side effect." (locally (declare (optimize (speed 3) (safety 0)) (inline sb!vm::map-allocated-objects)) @@ -531,8 +531,7 @@ comments from CMU CL: classes))) (compared (if compare (compare-stats compensated compare) - compensated)) - (*gc-notify-stream* nil)) + compensated))) (multiple-value-bind (total-count total-cost) (cost-summary compensated) (multiple-value-bind (compare-total-count compare-total-cost) (when compare (cost-summary compare))