X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2Fcode%2Fprofile.lisp;h=da4f0b656038d75ae8e2593c7720c83a531c39a8;hb=cee8ef591040db9a79cdd19297867672a9529051;hp=ec881ba838fceefbf0b386ccc99284b2385a3a67;hpb=1e5296127f5b384a2171646747021ebeee73b801;p=sbcl.git diff --git a/src/code/profile.lisp b/src/code/profile.lisp index ec881ba..da4f0b6 100644 --- a/src/code/profile.lisp +++ b/src/code/profile.lisp @@ -180,8 +180,7 @@ (dconsing 0) (inner-enclosed-profiles 0) (dgc-run-time 0)) - (declare (truly-dynamic-extent dticks dconsing - inner-enclosed-profiles)) + (declare (truly-dynamic-extent dticks dconsing inner-enclosed-profiles)) (unwind-protect (let* ((start-ticks (get-internal-ticks)) (start-gc-run-time *gc-run-time*) @@ -191,12 +190,11 @@ (nbf0 *n-bytes-freed-or-purified*) (dynamic-usage-0 (sb-kernel:dynamic-usage)) (*enclosed-gc-run-time* (make-counter))) - (declare (dynamic-extent *enclosed-ticks* *enclosed-consing* - *enclosed-profiles* - *enclosed-gc-run-time*)) + (declare (dynamic-extent *enclosed-ticks* *enclosed-consing* *enclosed-profiles* *enclosed-gc-run-time*)) (unwind-protect (multiple-value-call encapsulated-fun (sb-c:%more-arg-values arg-context + 0 arg-count)) (let ((*computing-profiling-data-for* encapsulated-fun) (dynamic-usage-1 (sb-kernel:dynamic-usage)))