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,63bbc3281a2f80ea X-Google-Attributes: gid103376,public From: dewar@cs.nyu.edu (Robert Dewar) Subject: Re: Ada vs. C Date: 1996/08/16 Message-ID: #1/1 X-Deja-AN: 174840936 references: <3208F2BA.E34@freenet.scri.fsu.edu> <320B693F.4ACA@freenet.scri.fsu.edu> <320D2677.499F@thomsoft.com> <4usjqd$3mmo@news-s01.ny.us.ibm.net> organization: Courant Institute of Mathematical Sciences newsgroups: comp.lang.ada Date: 1996-08-16T00:00:00+00:00 List-Id: Anthony said "Using GNAT under OS/2, the hello program compiles to a 262,958 byte executable. When I strip the debug code, the size goes down to 53,252 bytes. When I run the LxLite utility program to compress the EXE file, the size goes down to 31,364 bytes. This file size is certainly not out of line with C/C++ compilers. " And if you link dynamically instead of staticaly, you can of course reduce the executable size much further.