home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / sys / mac / programm / 15200 < prev    next >
Encoding:
Text File  |  1992-09-08  |  1.1 KB  |  26 lines

  1. Newsgroups: comp.sys.mac.programmer
  2. Path: sparky!uunet!usc!rpi!usenet.coe.montana.edu!news.u.washington.edu!chuckp.staffdev.washington.edu!chuckp
  3. From: Chuck Pliske <chuckp@u.washington.edu>
  4. Subject: Re: How to increase stack size ???
  5. Message-ID: <1992Sep9.052409.26348@u.washington.edu>
  6. X-Xxmessage-Id: <A6D2D8E84701372A@chuckp.staffdev.washington.edu>
  7. X-Xxdate: Tue, 8 Sep 92 06:25:44 GMT
  8. Sender: news@u.washington.edu (USENET News System)
  9. Organization: University of Washington
  10. X-Useragent: Nuntius v1.1.1d9
  11. References: <1992Sep4.160059.29329@novell.com>
  12. Date: Wed, 9 Sep 1992 05:24:09 GMT
  13. Lines: 11
  14.  
  15. In article <1992Sep4.160059.29329@novell.com> Duane A Murphy,
  16. damurphy@wc.novell.com writes:
  17. >>In any event, I would recommend using the low memory global DefltStack
  18.  
  19. I wrote an extension "Stack6000", useful for the 68000 machines because
  20. Apple sets the default stack to about $4800 in the Plus, SE and PB100,
  21. and $6000 on the other machines.  I simply set DefltStack to $6000 (if
  22. needed) and exit.  Subsequent programs using the default all get the new
  23. value.  So far, it has worked fine.  (Available on Sumex)
  24.  
  25. Chuck
  26.