Helmut Eller heller@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