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.142.33 with SMTP id rt1mr8157619igb.7.1419624869081; Fri, 26 Dec 2014 12:14:29 -0800 (PST) X-Received: by 10.140.109.162 with SMTP id l31mr19155qgf.22.1419624868948; Fri, 26 Dec 2014 12:14:28 -0800 (PST) Path: border1.nntp.dca1.giganews.com!border2.nntp.dca1.giganews.com!nntp.giganews.com!h15no30730613igd.0!news-out.google.com!n9ni75qai.0!nntp.google.com!bm13no1202669qab.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Fri, 26 Dec 2014 12:14:28 -0800 (PST) In-Reply-To: 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 References: <1419604367.2226.5.camel@obry.net> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <4a5a3301-958b-41fd-9d1a-7ab35021daa0@googlegroups.com> Subject: Re: Size of linked program increasing with new version of GNAT. From: Tony Injection-Date: Fri, 26 Dec 2014 20:14:28 +0000 Content-Type: text/plain; charset=ISO-8859-1 Xref: number.nntp.giganews.com comp.lang.ada:191544 Date: 2014-12-26T12:14:28-08:00 List-Id: On Friday, December 26, 2014 4:56:16 PM UTC+1, Simon Clubley wrote: > It would be interesting for the OP to run the binutils size command on > both executables and post the results. OK, GNAT 3.15p: C:\Tony\Ada_program\Tests>size hello.exe -A hello.exe : section size addr .text 62428 4198400 .data 2244 4263936 .bss 21124 4268032 .idata 2416 4292608 Total 88212 GNAT 2014: C:\Tony\Ada_program\Tests>size hello.exe -A hello.exe : section size addr .text 133348 4198400 .data 1092 4333568 .rdata 15500 4337664 .eh_fram 41432 4354048 .bss 13892 4399104 .idata 5112 4415488 .CRT 52 4423680 .tls 32 4427776 Total 210460