X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fcompiler%2Fdyncount.lisp;h=c23c5a8d7f14994e1a3802bf21b5016b4513940c;hb=512c78f5f0c8e4c11bad219313dd83890f625006;hp=4b6baf626c76846ff72508eb9d06b03c7bbb2b83;hpb=a530bbe337109d898d5b4a001fc8f1afa3b5dc39;p=sbcl.git diff --git a/src/compiler/dyncount.lisp b/src/compiler/dyncount.lisp index 4b6baf6..c23c5a8 100644 --- a/src/compiler/dyncount.lisp +++ b/src/compiler/dyncount.lisp @@ -11,9 +11,6 @@ (in-package "SB!DYNCOUNT") -(file-comment - "$Header$") - (defvar *collect-dynamic-statistics* nil #!+sb-doc "When T, emit extra code to collect dynamic statistics about vop usages.") @@ -24,8 +21,8 @@ (def!struct (dyncount-info (:make-load-form-fun just-dump-it-normally)) for - (costs (required-argument) :type (simple-array (unsigned-byte 32) (*))) - (counts (required-argument) :type (simple-array (unsigned-byte 32) (*)))) + (costs (missing-arg) :type (simple-array (unsigned-byte 32) (*))) + (counts (missing-arg) :type (simple-array (unsigned-byte 32) (*)))) (defprinter (dyncount-info) for