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 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,d4ea89e96d8dbc5d X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 1994-10-03 06:59:14 PST Path: bga.com!news.sprintlink.net!howland.reston.ans.net!europa.eng.gtefsd.com!news.umbc.edu!eff!blanket.mitre.org!linus.mitre.org!linus!mbunix!eachus From: eachus@spectre.mitre.org (Robert I. Eachus) Newsgroups: comp.lang.ada Subject: Re: Ada83 to Ada9X Compatibility Tool in the PAL Date: 3 Oct 94 09:44:09 Organization: The Mitre Corp., Bedford, MA. Message-ID: References: NNTP-Posting-Host: spectre.mitre.org In-reply-to: conn@wuarchive.wustl.edu's message of 30 Sep 1994 02:50:09 -0500 Date: 1994-10-03T09:44:09+00:00 List-Id: In article conn@wuarchive.wustl.edu (Richard Conn) writes: > As a final test of the tool, the ACT was run against a version of the > Ada source code for the Advanced Field Artillery Tactical Data System > (AFATDS). AFATDS consists of over 5 million lines of Ada source code. > It took only 10 minutes to set up the ACT for analyzing AFATDS. The ACT > then ran against AFATDS for 26 clock hours on a Sun Sparc 10, generating > a report over 500 pages long. This report has been given to the PM of > AFATDS for his review and action. My first thought was that a tool which generates a 500 page report is unusable. But then I did the scaling: 5,000,000 lines/500 pages equals 10,000 lines analyzed per page. Not bad! (Over 3000 lines per minute is not to shabby either.) I'll have to try it out on some less imposing projects. Robert I. Eachus with Standard_Disclaimer; use Standard_Disclaimer; function Message (Text: in Clever_Ideas) return Better_Ideas is... -- Robert I. Eachus with Standard_Disclaimer; use Standard_Disclaimer; function Message (Text: in Clever_Ideas) return Better_Ideas is...