0.9.17.5:
authorJuho Snellman <jsnell@iki.fi>
Mon, 2 Oct 2006 11:34:25 +0000 (11:34 +0000)
committerJuho Snellman <jsnell@iki.fi>
Mon, 2 Oct 2006 11:34:25 +0000 (11:34 +0000)
commit68165e850aa0700741756fead44a53642194aa39
treeae32dcfc94f594d4aea33c97b7b0e5cbfa6c9e62
parente541b374b64104a47bb5e547778fbc81d5e0e0cb
0.9.17.5:
        The debugger tends to not show all variables regardless of the
        optimization policy. Fix the most common reason for that happening.

        * When compiling with a high debug quality, don't do substitution for
          variables that are only used once.
        * Except for variables introduced in DEFTRANSFORM inline
          lambdas, since they're not going to very interesting for the
          debugger.
NEWS
src/compiler/ir1opt.lisp
src/compiler/policies.lisp
version.lisp-expr