On Mon, Feb 21, 2011 at 6:01 PM, Anton Vodonosov <avodono...@yandex.ru>wrote:

>
> For example this functions. After compilation, locals are not available in
> the debugger:
>  (defun test(a b c)
>  (declare (optimize (debug 3) (speed 0) (safety 0)))
>  (let ((x a) (y b) (z c))
>    (test2 x y z)))
>

Discarded variables are not even defined. Here X, Y and Z are replaced by
their values. But you are right: the definition of
policy-debug-variable-bindings was bogus -- fixed in CVS.

Juanjo

-- 
Instituto de FĂ­sica Fundamental, CSIC
c/ Serrano, 113b, Madrid 28006 (Spain)
http://juanjose.garciaripoll.googlepages.com
------------------------------------------------------------------------------
Index, Search & Analyze Logs and other IT data in Real-Time with Splunk 
Collect, index and harness all the fast moving IT data generated by your 
applications, servers and devices whether physical, virtual or in the cloud.
Deliver compliance at lower cost and gain new business insights. 
Free Software Download: http://p.sf.net/sfu/splunk-dev2dev
_______________________________________________
Ecls-list mailing list
Ecls-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ecls-list

Reply via email to