From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-0.8 required=5.0 tests=BAYES_00,INVALID_DATE autolearn=no autolearn_force=no version=3.4.4 Path: utzoo!attcan!utgpu!jarvis.csri.toronto.edu!rutgers!tut.cis.ohio-state.edu!ucbvax!grebyn.com!karl From: karl@grebyn.com (Karl Nyberg) Newsgroups: comp.lang.ada Subject: Dhrystone, release 2.1 Message-ID: <8907132137.AA06066@grebyn.com> Date: 13 Jul 89 21:37:22 GMT Sender: daemon@ucbvax.BERKELEY.EDU Organization: The Internet List-Id: The following messages contain the most recent version of the dhrystone program, as published in July/August 1989 Ada Letters. Four minor edits were performed (only the first two are included here, as I'm sending the Ultrix version files): File names have been changed to end with .a so I could compile under VADS on Ultrix. (A nice set of 8 character unique names for DOS would have been nice, where .ADA extension was made.) The s or b characters have been prepended by an underscore and placed before the period. A missing "-" made a non-comment into a comment in d_global_s.a at line 325. The constant Max_Number_Of_Runs in d_pack_1_b.a (1_000_000) is outside the range of INTEGER on AdaVantage. By lowering it to 32_767 the program compiles without complaint and can be run successfully (at least on a 386 running at 20 MhZ). A pragma ELABORATE (TEXT_IO); at line 39 in d_pack_1_b.a had to be removed in the corresponding DOS version. -- Karl --