home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / lang / scheme / 2543 < prev    next >
Encoding:
Text File  |  1992-11-07  |  742 b   |  22 lines

  1. Newsgroups: comp.lang.scheme
  2. Path: sparky!uunet!charon.amdahl.com!pacbell.com!decwrl!decwrl!netcomsv!netcom.com!thinman
  3. From: thinman@netcom.com (Technically Sweet)
  4. Subject: Continuations via stack-switching
  5. Message-ID: <1992Nov6.070858.10267@netcom.com>
  6. Organization: International Foundation for Internal Freedom
  7. Date: Fri, 6 Nov 1992 07:08:58 GMT
  8. Lines: 12
  9.  
  10. Has anyone implemented continuations via remapping the
  11. stack address space?  The features implemented in BSD & SunOS
  12. for threads should be useable for continuations also.
  13. The mmap() system call changes the memory underneath
  14. a virtual address, and I think there's a provision for a
  15. separate signal stack?
  16.  
  17. -- 
  18.  
  19. Lance Norskog
  20.  
  21. Data is not information is not knowledge is not wisdom.
  22.