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=-1.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,aaa1bb977e5d2f95,start X-Google-Attributes: gid103376,public From: "Marin David Condic, 407.796.8997, M/S 731-93" Subject: Re: Ada Timing Analysis Date: 1996/07/25 Message-ID: <96072515212779@psavax.pwfl.com>#1/1 X-Deja-AN: 170150843 sender: Ada programming language comments: Gated by NETNEWS@AUVM.AMERICAN.EDU x-vms-to: SMTP%"INFO-ADA@VM1.NODAK.EDU" newsgroups: comp.lang.ada x-vms-cc: CONDIC Date: 1996-07-25T00:00:00+00:00 List-Id: Philip Brashear wrote: >Bob McIntire wrote: >> >>My question is, does any one have a reasonable number for the ratio of Ada >>source to machine language statements?? > > >This ratio varies tremendously with the kind of statements and the particular >compiler. The Ada Compiler Evaluation System (ACES) produces massive amounts >of data regarding code expansion. > You will also find an *enormous* variation depending on the target machine. For example: VAX Ada83 (which I like very much) will generate pretty massive files in comparison to it's cousin, the XD-Ada83 compiler targeting the 1750a. The reason is simple: VAX Ada doesn't need to be terribly concerned with image size so they include more elaborate "support" (debugging stuff, more powerful run-time support, "optional" features, etc.) whereas the poor, little 1750a with it's 64kwords of memory (and operating in "real-time" as well) hasn't got any room to spare. There's nothing inherent in Ada that demands grossly large code. Pick your target, decide how important size is to you, then look for the best implementation for the job. MDC Marin David Condic, Senior Computer Engineer ATT: 407.796.8997 M/S 731-96 Technet: 796.8997 Pratt & Whitney, GESP Fax: 407.796.4669 P.O. Box 109600 Internet: CONDICMA@PWFL.COM West Palm Beach, FL 33410-9600 Internet: CONDIC@FLINET.COM =============================================================================== "Government is not reason. It is not eloquence. It is a force. Like fire, a dangerous servant and a fearful master." -- George Washington ===============================================================================