0.9.18.58:
authorJuho Snellman <jsnell@iki.fi>
Fri, 17 Nov 2006 02:15:47 +0000 (02:15 +0000)
committerJuho Snellman <jsnell@iki.fi>
Fri, 17 Nov 2006 02:15:47 +0000 (02:15 +0000)
commit63f714af62d0ccdb9d4a793ab0245b036c3d8531
tree14999cd8d9c519a6d332c91299098f506a0937ec
parentb9cab2458f01739cd425d443058e34b76dc7594b
0.9.18.58:
        Further SB-SPROF improvements.

        * Allocation profiling on gencgc. When the profiler is running in
          allocation profiling mode, the gc will signal profiler ticks
          when new allocation regions are opened.
        * Add :LOOP keyword argument to WITH-PROFILING, to allow specifying
          whether the body should be evaluated repeatedly until the maximum
          sample count is reached.
        * Improve merging of code-components with multiple debug-funs,
          better handling of multiple functions with the same name
        * More documentation
        * Also update the stepper documentation
12 files changed:
NEWS
contrib/sb-sprof/sb-sprof.lisp
contrib/sb-sprof/sb-sprof.texinfo
doc/manual/debugger.texinfo
doc/manual/profiling.texinfo
src/code/cold-init.lisp
src/code/early-impl.lisp
src/compiler/generic/parms.lisp
src/runtime/gencgc.c
src/runtime/thread.c
src/runtime/thread.h
version.lisp-expr