[slime-devel] compiling forms/regions/defuns with (optimize (debug 3) (speed 0) (safety 0))
Dan Weinreb
dlw at itasoftware.com
Tue Nov 21 18:18:16 UTC 2006
On Tue, 2006-11-21 at 18:57 +0100, Marco Baringer wrote:
> what do people think about a varient of slime-compile-defun which
> wrapped the code in
>
> (locally
> (declaim (optimize (speed 0) (safety 3) (debug 3)))
> , at form)
>
> i'd bind this to C-u C-c C-c (and C-u C-c C-k)
>
> good idea? bad idea?
>
It would be a good idea if these settings actually
worked in SBCL, instead of (sometimes) making the
compiler bomb out :(
More information about the slime-devel
mailing list