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

  1. Newsgroups: comp.lang.scheme
  2. Path: sparky!uunet!cs.utexas.edu!torn!newshub.ccs.yorku.ca!newshub.ccs.yorku.ca!oz
  3. From: oz@ursa.sis.yorku.ca (Ozan Yigit)
  4. Subject: Re: Are interpreters now as fast as compiled code used to be?
  5. In-Reply-To: bh@anarres.CS.Berkeley.EDU's message of 16 Dec 92 23: 06:39 GMT
  6. Message-ID: <OZ.92Dec17004120@ursa.sis.yorku.ca>
  7. Sender: news@newshub.ccs.yorku.ca (USENET News System)
  8. Organization: York U. Student Information Systems Project
  9. References: <1992Dec15.201735.21731@netcom.com> <GJR.92Dec15214517@klosters.ai.mit.edu>
  10.     <1992Dec16.190713.20460@netcom.com> <1gocpvINN3i8@agate.berkeley.edu>
  11. Date: Thu, 17 Dec 1992 05:41:20 GMT
  12. Lines: 26
  13.  
  14. Brian Harvey writes:
  15.  
  16.    Implementation inefficiency isn't the only problem with continuations.
  17.    [etc etc...]
  18.  
  19. Is "Implementation inefficiency" still a problem? Some interesting
  20. methods to deal with them have been cataloged by Clinger et al.[1]
  21. as well, there is a very fast method by Hieb et al.[2] [I used the
  22. heap method [1] in PSI with great results]. Are there any specific
  23. reasons why you would think there still is a problem?
  24.  
  25. ... oz
  26. ---
  27. With diligence, it is possible to make | electric: oz@sis.yorku.ca
  28. anything run slowly.         -Tom Duff | ph:[416] 736 2100 x 33976
  29. ---
  30. [1] William D. Clinger, Anne H. Hartheimer, Eric M. Ost
  31.     Implementation Strategies for Continuations
  32.     Conference Record of the 1988 ACM Conference on Lisp
  33.     and Functional Programming, August 1988
  34.  
  35. [2] Robert Hieb, R. Kent Dybvig, Carl Bruggeman
  36.     Representing Control in the Presence of First-Class Continuations
  37.     Proceedings of the SIGPLAN '90 Conference on Programming Language
  38.     Design and Implementation, White Plains, New York, June 1990
  39.  
  40.