Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!linus!decvax!decwrl!glacier!hplabs!ucbvax!usc-isif.arpa!RRACINE From: RRACINE@USC-ISIF.ARPA (Roger Racine) Newsgroups: net.lang.ada Subject: "Statements" in Ada Message-ID: <8604030607.AA07245@ucbvax.berkeley.edu> Date: Wed, 2-Apr-86 09:10:39 EST Article-I.D.: ucbvax.8604030607.AA07245 Posted: Wed Apr 2 09:10:39 1986 Date-Received: Sat, 5-Apr-86 05:25:38 EST Sender: daemon@ucbvax.BERKELEY.EDU Organization: The ARPA Internet Lines: 14 I have been evaluating compilers, and tried to obtain a consistent number of bytes-of-object-code / something (lines of code, semicolons, etc.). I found that I hit a snag when the unit had many calls to subprograms (parameter lists have commas separating them, but produce code), or if the unit did aggregate assignments. I obtained the most consistent ratios when I counted semicolons and commas. I did have one unit that gave quite inconsistent data; it used extensive use of tasking. Roger Racine -------