From: Juho Snellman Date: Mon, 2 Oct 2006 11:34:30 +0000 (+0000) Subject: 0.9.17.5: X-Git-Url: http://repo.macrolet.net/gitweb/?a=commitdiff_plain;h=f4db774a0414ac877ce804e38b8baee93b00df84;p=sbcl.git 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. ---