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, MSGID_RANDY autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,81cf52699486abe7 X-Google-Attributes: gid103376,public From: Robert Dewar Subject: Re: Code size of Ada ? was Re: Ada95 Strengths/Weaknesses. Date: 1999/09/29 Message-ID: <7sts6b$kla$1@nnrp1.deja.com>#1/1 X-Deja-AN: 530788187 References: <37EED7B8.245C0054@yukyonline.co.yuky> <7smp30$9aa1@news.cis.okstate.edu> <7sp8m9$a6e$1@nnrp1.deja.com> <37F0D03C.DE4807D4@icn.siemens.de> <7srnb9$2u3$1@nnrp1.deja.com> <1999Sep29.075617.1@eisner> <37F22BB1.F3524D60@icn.siemens.de> X-Http-Proxy: 1.0 x26.deja.com:80 (Squid/1.1.22) for client 205.232.38.14 Organization: Deja.com - Before you buy. X-Article-Creation-Date: Wed Sep 29 20:18:35 1999 GMT X-MyDeja-Info: XMYDJUIDrobert_dewar Newsgroups: comp.lang.ada X-Http-User-Agent: Mozilla/4.04 [en] (OS/2; I) Date: 1999-09-29T00:00:00+00:00 List-Id: In article <37F22BB1.F3524D60@icn.siemens.de>, Alfred Hilscher wrote: > But - is it really necessary to include e.g. all tasking stuff in simple > applications ? No, of course not, and GNAT will certainly not include the tasking unless it is used. > I for myself prefer tools that links only the really > needed parts together. Of course, there are 500 units in the GNAT library, you get only the ones you want. There are however, some base units, e.g. basic exception handling, that are in all non-GNORT generated programs, because they are virtually always needed. > Fifteen years ago I already heared from Ada > vendors that the code _must_ be bigger and slower I can't imagine any Ada vendor saying that, it is nonsense. Also, let's be very careful not to obfuscate here, "bigger" and "slower" have nothing to do with one another. We have been exclusively talking about *size* of trivial programs here, absolutely no claim has substantiated about identical programs showing difference in speed performance! > because Ada is a > powerful language. Maybe this is the reason why many people > prefer "C". Well slower would be a concern, the fact that a hello world program uses 0.2 cents of disk space instead of 0.1 cents is a dubious concern. Sent via Deja.com http://www.deja.com/ Before you buy.