home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / arch / 8380 < prev    next >
Encoding:
Internet Message Format  |  1992-07-28  |  2.0 KB

  1. Xref: sparky comp.arch:8380 alt.folklore.computers:11281 comp.benchmarks:1200
  2. Path: sparky!uunet!news.uiowa.edu!ns-mx!pyrite.cs.uiowa.edu
  3. From: jones@pyrite.cs.uiowa.edu (Douglas W. Jones,201H MLH,3193350740,3193382879)
  4. Newsgroups: comp.arch,alt.folklore.computers,comp.benchmarks
  5. Subject: Re: dinosaur horsepower
  6. Message-ID: <13307@ns-mx.uiowa.edu>
  7. Date: 28 Jul 92 14:48:02 GMT
  8. References: <Bs3oGt.6vp@helios.physics.utoronto.ca>
  9. Sender: news@ns-mx.uiowa.edu
  10. Followup-To: comp.arch
  11. Lines: 32
  12.  
  13. From article <Bs3oGt.6vp@helios.physics.utoronto.ca>,
  14. by sysmark@helios.physics.utoronto.ca (Mark Bartelt):
  15. > But, in general, I think it would be fun to see MIPS/MFlops (KIPS/KFlops?
  16. > IPS/Flops?) values (at least, moderately authoritative ballpark estimates)
  17. > for some of the machines we grew up with.
  18.  
  19. The IBM 701, in 1953, had a fundamental machine cycle time of 12us.  A
  20. memory to accumulator add took 5 cycles (60us) and a multiply took 38
  21. cycles.  IBM claimed an average instruction execution rate of 14,000
  22. instructions per second.  This machine had a 36 bit word.
  23.  
  24. The 701 was a first generation machine (vacuum tubes, williams tube
  25. memory).  The main memory could be expanded 2K words, and this memory was
  26. advertised as a high speed large capacity memory.
  27.  
  28. The DEC PDP-8, in 1965, had a 1.5us memory cycle time, so it took 3 us to
  29. do a single 12 bit memory to accumulator add (1.5us for the instruction
  30. fetch and 1.5us for the operand fetch and add).  You could say that this
  31. was a 1/3 MIP machine, but if you want any precision, you'll have to do an
  32. extended precision add.  A memory to memory 24 bit add on this machine
  33. takes 7 instructions.  A similar 36 bit add takes at least 11
  34. instructions.
  35.  
  36. The PDP-8 was a second generation machine (transistorized, discrete
  37. components, core memory).  The maximum memory capacity of the architecture
  38. was 32K 12 bit words.  Although it was a small inexpensive system,
  39. by the standards of its day, the speed of the logic was very typical of
  40. the times.
  41.  
  42.                     Doug Jones
  43.                     jones@cs.uiowa.edu
  44.