If I compile ASDF systems in AllegroCL using SLIME I frequently see compiler optimization notes about closures which are being stack-allocated. I don't see these notes if I compile these systems without SLIME. Is the compiler made chatty by SLIME on purpose or are some optimization settings from SWANK spilled?
Either way, I'd rather not see these notes if the compilation went through without problems otherwise. Is there a way to turn this off?
Thanks, Edi.