home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 8 Other / 08-Other.zip / dhry21.zip / README < prev    next >
Text File  |  1992-08-24  |  2KB  |  65 lines

  1. This floppy disk contains the source code of the Dhrystone benchmark
  2. (version 2.1) in three languages:
  3.  
  4. Files containing the Ada version (*.s: Specifications, *.b: Bodies):
  5.  
  6.   d_global.s
  7.   d_main.b
  8.   d_pack_1.b
  9.   d_pack_1.s
  10.   d_pack_2.b
  11.   d_pack_2.s
  12.  
  13.   (The file names have been abbreviated to 8 characters plus extension
  14.    for MS-DOS)
  15.  
  16. Files containing the C version (*.h: Header File, *.c: C Modules)
  17.  
  18.   dhry.h
  19.   dhry_1.c
  20.   dhry_2.c
  21.   
  22. File containing the Pascal version:
  23.  
  24.   dhry.p
  25.  
  26. The file RATIONALE contains the article 
  27.  
  28.   "Dhrystone Benchmark: Rationale for Version 2 and Measurement Rules"
  29.  
  30. which has been published, together with the C source code (Version 2.0),
  31. in SIGPLAN Notices vol. 23, no. 8 (Aug. 1988), pp. 49-62.
  32. This article explains all changes that have been made for Version 2,
  33. compared with the version of the original publication
  34. in Communications of the ACM vol. 27, no. 10 (Oct. 1984), pp. 1013-1030.
  35. It also contains "ground rules" for benchmarking with Dhrystone
  36. which should be followed by everyone who uses the program and publishes
  37. Dhrystone results.
  38.  
  39. Compared with the Version 2.0 published in SIGPLAN Notices, Version 2.1
  40. contains a few corrections that have been made after Version 2.0 was
  41. distriobuted over the UNIX network Usenet. These small differences between
  42. Version 2.0 and 2.1 should not affect execution time measurements.
  43. For those who want to compare the exact contents of both versions,
  44. the file "dhry_c.dif" contains the differences between the two versions,
  45. as generated by a file comparison of the corresponding files with the
  46. UNIX utility "diff".
  47.  
  48. Recipients of this floppy disk who perform measurements are asked
  49. to send measurement results to the author and/or to Rick Richardson.
  50. Rick Richardson publishes regularly Dhrystone results on the UNIX network
  51. Usenet. For submissions of results to him (preferably by electronic mail,
  52. see address in the program header), he has provided a form which is contained
  53. in the file "submit.frm".
  54.  
  55. August 17, 1988
  56.  
  57.                  Reinhold P. Weicker
  58.                  Siemens AG, E STE 35
  59.                  Postfach 3240
  60.                  D-8520 Erlangen
  61.                  Germany (West)
  62.  
  63.                  Phone:  [xxx-49]-9131-7-20330  (8-17 Central European Time)
  64.                  Usenet: ..!mcvax!unido!estevax!weicker
  65.