home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / lang / scheme / 2733 < prev    next >
Encoding:
Internet Message Format  |  1992-12-14  |  855 b 

  1. Path: sparky!uunet!noc.near.net!hri.com!ukma!psuvax1!schwartz
  2. From: schwartz@roke.cs.psu.edu (Scott Schwartz)
  3. Newsgroups: comp.lang.scheme
  4. Subject: Re: Are interpreters now as fast as compiled code used to be?
  5. Message-ID: <BzA0Mo.II@cs.psu.edu>
  6. Date: 15 Dec 92 01:10:15 GMT
  7. References: <4051@mitech.com>
  8. Sender: news@cs.psu.edu (Usenet)
  9. Lines: 10
  10. In-Reply-To: gjc@mitech.com's message of 14 Dec 92 12:14:23 GMT
  11. Nntp-Posting-Host: roke.cs.psu.edu
  12.  
  13. gjc@mitech.com (George J. Carrette) writes:
  14.    In SIOD 2.9 (this is a s-exp interpreter using lists for environment rep)
  15.    we get a result in 0.42 seconds on the low-end VMS Alpha machine.
  16.    (1.3 seconds on Solbourne 5E/900)
  17.  
  18. With Bartlett's Scheme->C on a sparcstation 2,  I get:
  19.     0.2 real         0.0 user         0.1 sys
  20.  
  21. Of course, nothing that runs for that short a time will be a sensible
  22. yardstick.
  23.