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

  1. Path: sparky!uunet!stanford.edu!snorkelwacker.mit.edu!ai-lab!zurich.ai.mit.edu!feeley
  2. From: feeley@zurich.ai.mit.edu (Marc Feeley)
  3. Newsgroups: comp.lang.scheme
  4. Subject: Re: Are interpreters now as fast as compiled code used to be?
  5. Date: 15 Dec 92 15:30:31
  6. Organization: M.I.T. Artificial Intelligence Lab.
  7. Lines: 24
  8. Message-ID: <FEELEY.92Dec15153031@zohar.ai.mit.edu>
  9. References: <4051@mitech.com> <FEELEY.92Dec14215701@zohar.ai.mit.edu> <4067@mitech.com>
  10. NNTP-Posting-Host: zohar.ai.mit.edu
  11. In-reply-to: gjc@mitech.com's message of 15 Dec 92 10:45:46 GMT
  12.  
  13. In article <4067@mitech.com> gjc@mitech.com (George J. Carrette) writes:
  14.  
  15.    In article <FEELEY.92Dec14215701@zohar.ai.mit.edu>, feeley@zurich.ai.mit.edu (Marc Feeley) writes:
  16.    > If you assume the
  17.    > hardware's performance increases by a factor of 3 every year (which is
  18.    > probably an underestimate right now), it shouldn't take more than 4 or
  19.    > 5 years for the switchover to happen.
  20.  
  21.    Factor of 3 every year is a bit high. That means a factor
  22.    of 59049 over a decade.
  23.  
  24. Well a factor of 3 for the last decade is clearly not valid but for
  25. the next 5 years it might be.  DEC's Alpha introduced this year (200 MIPS
  26. or so) is about 3 times faster than last year's HP9000/700 (70 MIPS).
  27. If next year DEC comes out with their BIPS processor (1000 MIPS) my
  28. factor of 3 seems about right.
  29.  
  30. Clearly this increase in performance will level off at some point in
  31. the future.  When that happens the additional factor of 100 or so
  32. provided by compilers will be more valuable.  Note that parallel
  33. processing does not change the argument because what counts is the
  34. number of MIPS you can get with your budget.
  35.  
  36. Marc
  37.