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.9 required=5.0 tests=BAYES_00 autolearn=unavailable autolearn_force=no version=3.4.4 X-Received: by 10.50.66.37 with SMTP id c5mr27193003igt.4.1419529461634; Thu, 25 Dec 2014 09:44:21 -0800 (PST) X-Received: by 10.140.81.169 with SMTP id f38mr710196qgd.3.1419529461452; Thu, 25 Dec 2014 09:44:21 -0800 (PST) Path: border2.nntp.dca1.giganews.com!nntp.giganews.com!h15no17433730igd.0!news-out.google.com!r1ni101qat.1!nntp.google.com!bm13no1063969qab.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Thu, 25 Dec 2014 09:44:21 -0800 (PST) Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=90.229.166.210; posting-account=yz2tywoAAABGMYjDvPrnwB-gG84yE0F3 NNTP-Posting-Host: 90.229.166.210 User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: Size of linked program increasing with new version of GNAT. From: Tony Injection-Date: Thu, 25 Dec 2014 17:44:21 +0000 Content-Type: text/plain; charset=ISO-8859-1 Xref: number.nntp.giganews.com comp.lang.ada:191532 Date: 2014-12-25T09:44:21-08:00 List-Id: 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.