home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / lang / scheme / 2783 < prev    next >
Encoding:
Text File  |  1992-12-17  |  1.1 KB  |  24 lines

  1. Newsgroups: comp.lang.scheme
  2. Path: sparky!uunet!zaphod.mps.ohio-state.edu!cs.utexas.edu!qt.cs.utexas.edu!yale.edu!spool.mu.edu!umn.edu!csus.edu!netcom.com!thinman
  3. From: thinman@netcom.com (Technically Sweet)
  4. Subject: Re: Using memory mapping to implement continuations
  5. Message-ID: <1992Dec17.182503.26941@netcom.com>
  6. Organization: International Foundation for Internal Freedom
  7. References: <4051@mitech.com> <FEELEY.92Dec14215701@zohar.ai.mit.edu><4067@mitech.com><199  2Dec15.201735.21731@netcom.com><GJR.92Dec15214517@klosters.ai.mit.edu><1992Dec16.190713.20460@netcom.com> <MIKE.92Dec16130919@mystix.cs.uoregon.edu>
  8. Date: Thu, 17 Dec 1992 18:25:03 GMT
  9. Lines: 13
  10.  
  11.  
  12. Memory mapping is not necessarily slow.  Some Unix implementations are.
  13. Under DOS you can change the stack segment register with a few
  14. instructions overhead; at 64k per stack you quickly run out of RAM.
  15. SUNos 4.2 (??) has a revamped multi-processor thread system
  16. which is apparently very fast; there's no reason you can't
  17. make the relevant page tables writeable by the user process.
  18.  
  19. -- 
  20.  
  21. Lance Norskog
  22.  
  23. Data is not information is not knowledge is not wisdom.
  24.