X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fcode%2Fdyncount.lisp;h=a8071c070f40cf8a8c8dd7cd4d8e0e0f1f65b4aa;hb=70c579379283da66f97906a0d62c8a5fc34e4dab;hp=2ad918e550f4fcae48ef82ababaaf5ab0d710437;hpb=74a48d09e08aead6f67204878bdf9be4f448e1e8;p=sbcl.git diff --git a/src/code/dyncount.lisp b/src/code/dyncount.lisp index 2ad918e..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)) @@ -273,7 +273,7 @@ comments from CMU CL: ("Simple type predicate" "STRUCTUREP" "LISTP" "FIXNUMP") ("Simple type check" "CHECK-LIST" "CHECK-FIXNUM" "CHECK-STRUCTURE") ("Array bounds check" "CHECK-BOUND") - ("Complex type check" "$CHECK-" "COERCE-TO-FUNCTION") + ("Complex type check" "$CHECK-" "COERCE-TO-FUN") ("Special read" "SYMBOL-VALUE") ("Special bind" "BIND$") ("Tagging" "MOVE-FROM") @@ -286,7 +286,7 @@ comments from CMU CL: ("List/string utility" "LENGTH/LIST" "SXHASH" "BIT-BASH" "$LENGTH$") ("Alien operations" "SAP" "ALLOC-NUMBER-STACK" "$CALL-OUT$") ("Function call/return" "CALL" "RETURN" "ALLOCATE-FRAME" - "COPY-MORE-ARG" "LISTIFY-REST-ARG" "VERIFY-ARGUMENT-COUNT") + "COPY-MORE-ARG" "LISTIFY-REST-ARG" "VERIFY-ARG-COUNT") ("Allocation" "MAKE-" "ALLOC" "$CONS$" "$LIST$" "$LIST*$") ("Float conversion" "%SINGLE-FLOAT" "%DOUBLE-FLOAT" "-BITS$") ("Complex type predicate" "P$"))) @@ -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))