home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / os / coherent / 4347 < prev    next >
Encoding:
Internet Message Format  |  1992-09-08  |  848 b 

  1. Path: sparky!uunet!wupost!cs.utexas.edu!qt.cs.utexas.edu!yale.edu!ira.uka.de!News.BelWue.DE!news.uni-stuttgart.de!delos!mubo!ark!ralf
  2. From: ralf@ark.abg.sub.org (Ralf Stephan)
  3. Newsgroups: comp.os.coherent
  4. Subject: Re: Poor performance.
  5. Message-ID: <2aacde77wnr070@ark.abg.sub.org>
  6. Date: 08 Sep 92 10:10
  7. References: <9209051446.44@rmkhome.UUCP>
  8. Organization: Magick Shoppe, Gurth City
  9. Lines: 15
  10.  
  11. rmk@rmkhome.UUCP (Rick Kelly) writes:
  12. > I just took a look at Dhrystone 1.1 and came up with some guesses.
  13. > 1. The Coherent c compiler is not Dhrystone aware.  Compilers that are will
  14. >    use inline code for library subroutines.
  15.  
  16. One solution to get a true comparison:
  17.  
  18. 1. Make an assembler file out of the C program (with cc -S).
  19. 2. Assemble it on the other OS.
  20. 3. Compare
  21. 4. Do the same vice versa
  22.  
  23. And please let us know the numbers!  --ralf
  24.