home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / lang / lisp / mcl / 2077 < prev    next >
Encoding:
Internet Message Format  |  1993-01-23  |  1.9 KB

  1. Path: sparky!uunet!cs.utexas.edu!sdd.hp.com!saimiri.primate.wisc.edu!ames!agate!apple!goofy!cambridge.apple.com!RPHDYKST@idbsu.idbsu.edu
  2. From: RPHDYKST@idbsu.idbsu.edu (Dewey Dykstra)
  3. Newsgroups: comp.lang.lisp.mcl
  4. Subject: Using save-application
  5. Message-ID: <9301221823.AA09978@brazil.cambridge.apple.com>
  6. Date: 22 Jan 93 18:09:16 GMT
  7. Sender: owner-info-mcl@cambridge.apple.com
  8. Lines: 31
  9. Approved: comp.lang.lisp.mcl@Cambridge.Apple.C0M
  10.  
  11. We are developing some software using MCL 2.0.  Recently I was able to do a
  12. save-application on a PowerBook 180 using the following
  13.  
  14. (save-application "pathname" :size 8192)
  15.  
  16. It took about 2.5 mins to complete its task and would reload and be ready to
  17. run in about 20 sec.  (Powerbook had virtual memory running with sufficient
  18. allocation for this.)
  19.  
  20. I was on the road at the time and did the above to make a presentation.  When I
  21. got home I tried the same thing on a Quadra 950, but I keep getting an error of
  22. type -605 when I try to run the application which has been saved.  I have tried
  23. both Cache settings on the Quadra, made sure that the :size for the saved appli
  24. cation matches that of the lisp which created the application, made sure that
  25. no other applications were loaded before lisp when I made the application or
  26. when I tried to open the saved application.  It seems to have no problems
  27. saving the application, its just that something about the saved application
  28. is bad.
  29.  
  30. How can I get this to work on the Quadra 950??  Will I have similar problems
  31. on a Quadra 700 or a IIci?  Please send any helpful comments to me at my
  32. address above as I am not a regular on info-mcl.
  33.  
  34. Second question:  We find that it takes a long time for our system to compile.
  35. In particular we have two parts which are 200 - 300 K which contain functions
  36. that are created.  Is there anything we can do to speed up the compiling pro-
  37. cess?  Again, please send any helpful comments to my e-mail address above.
  38.  
  39. Thanks in advance for your help.
  40.  
  41. Dewey Dykstra
  42.