Disabling STYLE-WARNING when redefining a function?
2006-07-15 10:15:33 GMT
I have a feeling this is a FAQ but the usual Google searches didn't turn anything up. Is there any way to stop SBCL warning me when I redefine a function? To me it is just unwanted noise cluttering up the REPL. I already know I'm redefining functions. One of my reasons for using Lisp in the first place is that I can do this without having to relink and restart my entire executable. If the warnings are SBCL's way of telling me that I'm preventing it from performing some optimization or other, I want to tell it that I don't care unless I'm compiling with (optimize (speed 3)). Graham ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
It should be obvious from the report which is which.
> But also I wonder exactly what the profiler samples. Does it just
> sample the function that is currently executing or does it sample
> the entire call stack?
Neither. By default it samples eight levels of the call stack on x86
and x86-64, and two levels on other platforms.
RSS Feed