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,cd7d510783cb3f76,start X-Google-Attributes: gid103376,public From: Robert P. Kuzmicki Subject: Executable File Size Differences Date: 1996/09/25 Message-ID: <52bmn5$7r0@sjx-ixn6.ix.netcom.com>#1/1 X-Deja-AN: 185281377 organization: Netcom x-netcom-date: Wed Sep 25 9:30:29 AM PDT 1996 newsgroups: comp.lang.ada Date: 1996-09-25T09:30:29-07:00 List-Id: I tried compiling a simple "Hello World" program with the Thomson Software's ActivAda for Windows and Thomson's new "ObjectAda". The ActivAda version produces a executable file size of about 288K. ObjectAda produces an exe of about 788K. Microsoft C++ produces an exe of about 10K. Why are the executables so substantially different? Are the Ada compilers linking in alot of excess baggage? I have tried various compiler switches, but nothing seems to shrink the exe file sizes. Can anyone enlighten me here?