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,344332f209947007 X-Google-Attributes: gid103376,public From: geertbosch@my-dejanews.com Subject: Re: Gnat Executable Size Date: 1998/10/14 Message-ID: <702v6g$35n$1@nnrp1.dejanews.com>#1/1 X-Deja-AN: 401067212 References: <6volj0$250$1@uuneo.neosoft.com> <3620F843.39465221@home.com> <3621E42C.2920@Entenhausen.net> X-Http-Proxy: 1.0 x6.dejanews.com:80 (Squid/1.1.22) for client 195.25.32.157 Organization: Deja News - The Leader in Internet Discussion X-Article-Creation-Date: Wed Oct 14 19:48:32 1998 GMT Newsgroups: comp.lang.ada X-Http-User-Agent: Mozilla/4.05 [en] (WinNT; I) Date: 1998-10-14T00:00:00+00:00 List-Id: In article <3621E42C.2920@Entenhausen.net>, Donald.Duck@Entenhausen.net wrote: > As far as I understand, the comparison was _not_ between Ada and M2, but > between GNAT and any other compiler. What is true is, that the GNAT code > is bigger than code from other (even other Ada) compilers. For your > comparison you have to add the size of the EMX runtime also. When you use dynamic linking for the EMX and GNAT run-time, you can get very small executable sizes indeed. (For OS/2, you can shrink the executables a lot using the lxlite program, which comes with full sources using GNU licensing.) When doing all this it is possible to create executables that are less than 5 kB with GNAT on OS/2. -----------== Posted via Deja News, The Discussion Network ==---------- http://www.dejanews.com/ Search, Read, Discuss, or Start Your Own