On Fri, Sep 2, 2011 at 10:13 AM, Matthew Mondor <mm_li...@pulsar-zone.net>wrote:
> I noticed that despite having C::*DELETE-FILES* set to T I somehow
> still get dangling files when using C-c C-c on functions in
> Emacs+SLIME. I didn't really look into the code to see why as it's not
> a major problem, but since I'm writing about that toggle variable it
> also came to my mind.
>
This is a bit worrying. I have experienced this problem randomly also on
Windows, where it is even more problematic because the operating system does
not clean up the temporary directory and it fills up my virtual machines.
> But there is also another problem: if I set it to NIL and compile a
> file (or use C-c C-c on a function), I can see various files but the
> file containing the VV[] data appears absent.
>
The new model for VV data stores it in the binary file directly. There is no
intermediate *.data file anymore. The reason is that some compilers cannot
handle large static data sections and for FASL this hack is enough. If you
want to resort to the old model (which is needed if MAKE-BUILD is used) then
set the internal variable
(setf c::*compile-in-constants* t)
Juanjo
--
Instituto de FĂsica Fundamental, CSIC
c/ Serrano, 113b, Madrid 28006 (Spain)
http://juanjose.garciaripoll.googlepages.com
------------------------------------------------------------------------------
Special Offer -- Download ArcSight Logger for FREE!
Finally, a world-class log management solution at an even better
price-free! And you'll get a free "Love Thy Logs" t-shirt when you
download Logger. Secure your free ArcSight Logger TODAY!
http://p.sf.net/sfu/arcsisghtdev2dev
_______________________________________________
Ecls-list mailing list
Ecls-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ecls-list