[slime-devel] Re: Temporary maximum debug for compiling defuns

Zach Beane xach at xach.com
Sat Jun 7 17:30:26 UTC 2008


Helmut Eller <heller at common-lisp.net> writes:

> * Tobias C. Rittweiler [2008-06-07 13:10+0200] writes:
>
>> Why not simply wrap the toplevel form to be compiled in a (LOCALLY
>> (DECLARE (OPTIMIZE DEBUG)) ...)? This would be portable, and less
>> invasive; your implementation may break functions that rely on TCO.
>
> Wrapping text around would mess up the source locations. 

Yes. Source location fidelity is the reason I used that approach.

Zach





More information about the slime-devel mailing list