home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / sys / sun / hardware / 6695 < prev    next >
Encoding:
Internet Message Format  |  1993-01-07  |  1.9 KB

  1. Path: sparky!uunet!inmos!wraxall.inmos.co.uk!frogland!des
  2. Newsgroups: comp.sys.sun.hardware
  3. From: des@inmos.co.uk (David Shepherd)
  4. Subject: Re: Is it Sunset yet?!?!
  5. Message-ID: <1993Jan7.104752.28485@wraxall.inmos.co.uk>
  6. X-Newsreader: TIN [version 1.1 PL8]
  7. References: <16269@auspex-gw.auspex.com>
  8. Date: Thu, 7 Jan 93 10:47:50 GMT
  9. Lines: 28
  10.  
  11. Guy Harris (guy@Auspex.COM) wrote:
  12. : Maybe, maybe not.  Those are, I think, Dhrystone MIPS; the SPEC92
  13. : numbers for the LX and Classic are closer to those for the SS2.  I'm
  14. : curious whether Dhrystone is multiply-intensive or divide-intensive, in
  15. : which case the microSPARC may be faster because it has multiply and
  16. : divide instructions that run faster than the software version, or
  17. : whether it's due to compiler differences, or library differences, or
  18. : what.
  19.  
  20. Dhrystone always used to be "copy null terminated string" intensive.
  21. (I think it was worse than that as the string being copying was a
  22. constant string). if you put in hardware support for strcpy then
  23. you got great results. when the t414 transputer came out some
  24. one here coded the dhrystone benchmark in occam to give some
  25. feel of the performance and got enourmously good figures (for that
  26. time that is) - the reason? occam represented (constant) strings
  27. using a representation that consisted of length and data so the
  28. string copy was handled purely by telling the transputers move instruction
  29. how many bytes to moves, which it would do at a rate of one word per
  30. cycle - hence very fast when compared with C strcpy which had to
  31. read each byte and compare against 0! great benchmark figures, but
  32. in this case fairly meaningless.
  33.  
  34.  
  35. --------------------------------------------------------------------------
  36. david shepherd: des@inmos.co.uk                     tel: 0454-616616 x 625
  37.                 inmos ltd, 1000 aztec west, almondsbury, bristol, bs12 4sq
  38.                 New Year Resolution for 1993: Start using capital letters.
  39.