[armedbear-ticket] [armedbear] #56: Eliminate use of temporary files in COMPILE-FILE

armedbear armedbear-devel at common-lisp.net
Tue Jan 5 22:01:12 UTC 2010


#56: Eliminate use of temporary files in COMPILE-FILE
--------------------------+-------------------------------------------------
  Reporter:  ehuelsmann   |       Owner:  ehuelsmann
      Type:  enhancement  |      Status:  new       
  Priority:  major        |   Milestone:            
 Component:  compiler     |     Version:            
Resolution:               |    Keywords:            
--------------------------+-------------------------------------------------

Comment(by ehuelsmann):

 An intermediate step could be to store the temp files in the location
 indicated by java.io.tmpdir property. This property should point to a
 location on local disk, eliminating any network turn-arounds required to
 stat(), read and delete the files during compilation.

 That should at least speed up compilation by a lot in case the target is
 non-locally stored.

-- 
Ticket URL: <http://trac.common-lisp.net/armedbear/ticket/56#comment:3>
armedbear <http://common-lisp.net/project/armedbear>
armedbear


More information about the armedbear-ticket mailing list