0.9.5.17:
authorJuho Snellman <jsnell@iki.fi>
Sun, 2 Oct 2005 00:32:00 +0000 (00:32 +0000)
committerJuho Snellman <jsnell@iki.fi>
Sun, 2 Oct 2005 00:32:00 +0000 (00:32 +0000)
commit58490f7806d56c0b9f08e39d75f40c1b264446a6
tree51f77ce802bf3389bf3944897889d5091c2fd1de
parentfdccfb1135cb9eb89a094c83c443c71b5bb125e2
0.9.5.17:
SB-SPROF:ADJUST-SAMPLES-FOR-ADDRESS-CHANGES was consing excessively,
        sometimes resulting in an endless cycle of GC / run the
        adjusting in a *AFTER-GC-HOOK* / GC / etc. (Reported by David
        Lichteblau)

        * Declare the &REST arguments of numeric comparison operators
          as DYNAMIC-EXTENT. At least I was surprised by (SORT ... #'>)
          consing.
        * Clear *DYNAMIC-SPACE-CODE-INFO* every time RECORD-DYNINFO is
          called (significant for multiple profiling runs without
          intervening RESETs)
NEWS
contrib/sb-sprof/sb-sprof.lisp
src/code/numbers.lisp
version.lisp-expr