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=-0.9 required=5.0 tests=BAYES_00,FORGED_GMAIL_RCVD, FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.4 Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!news.eternal-september.org!mx02.eternal-september.org!.POSTED!not-for-mail From: =?UTF-8?B?QmrDtnJuIEx1bmRpbg==?= Newsgroups: comp.lang.ada Subject: Re: Size of linked program increasing with new version of GNAT. Date: Thu, 25 Dec 2014 18:57:35 +0100 Organization: A noiseless patient Spider Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Injection-Date: Thu, 25 Dec 2014 17:57:19 +0000 (UTC) Injection-Info: mx02.eternal-september.org; posting-host="c96fa844c4210e06199c84d92fa3d8d1"; logging-data="32482"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX19syNlnLQK0g5i/HMdiTSXW" User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Icedove/31.2.0 In-Reply-To: Cancel-Lock: sha1:AQuUa7Ve7YsTbZxAVGtL1qvSfFY= Xref: news.eternal-september.org comp.lang.ada:24227 Date: 2014-12-25T18:57:35+01:00 List-Id: On 2014-12-25 18:44, Tony wrote: > I just downloaded the latest version of GNAT GPL. My previous version was 3.15p. I notice that the size of linked executables increase substantially. The minimal Hello-World program goes up in size from 67 to 195 KB. > > Why? I would expect things to improve with newer versions instead of becoming worse. You just defined better to equal smaller executables. Perhaps there are other wins? Like supporting Ada05 and Ada12 Like producing better/more accurate crashdumps It would help to state OS. And compiler/link flags And architechture (32/64) eventhough I guess 32 bit Win xp - or windows 2000. That is OS on par age-wise wiht 3.15p - Or Win 98 ? -- Björn