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

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