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,FREEMAIL_FROM autolearn=unavailable autolearn_force=no version=3.4.4 X-Received: by 10.224.2.137 with SMTP id 9mr11584188qaj.2.1372687018044; Mon, 01 Jul 2013 06:56:58 -0700 (PDT) X-Received: by 10.49.35.195 with SMTP id k3mr671397qej.2.1372687018012; Mon, 01 Jul 2013 06:56:58 -0700 (PDT) Path: border1.nntp.ams3.giganews.com!border1.nntp.ams2.giganews.com!border3.nntp.ams.giganews.com!border1.nntp.ams.giganews.com!nntp.giganews.com!news2.euro.net!209.197.12.246.MISMATCH!nx02.iad01.newshosting.com!newshosting.com!69.16.185.11.MISMATCH!npeer01.iad.highwinds-media.com!news.highwinds-media.com!feed-me.highwinds-media.com!j2no1936231qak.0!news-out.google.com!f7ni121qai.0!nntp.google.com!j2no3171013qak.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Mon, 1 Jul 2013 06:56:57 -0700 (PDT) In-Reply-To: <51ce887d$0$6562$9b4e6d93@newsspool4.arcor-online.net> Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=189.77.226.1; posting-account=TRgI1QoAAABSsYi-ox3Pi6N-JEKKU0cu NNTP-Posting-Host: 189.77.226.1 References: <9cbe0ad4-f54c-4c99-ba58-4db027ae962e@googlegroups.com> <51ce887d$0$6562$9b4e6d93@newsspool4.arcor-online.net> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: Re: Size optimization for objects From: "Rego, P." Injection-Date: Mon, 01 Jul 2013 13:56:58 +0000 Content-Type: text/plain; charset=ISO-8859-1 X-Received-Bytes: 1731 X-Original-Bytes: 2016 Xref: number.nntp.dca.giganews.com comp.lang.ada:182181 Date: 2013-07-01T06:56:57-07:00 List-Id: On Saturday, June 29, 2013 4:10:56 AM UTC-3, Georg Bauhaus wrote: > On 28.06.13 21:49, Rego, P. wrote: > > > I am trying to reduce the size of an application. Is there a tool (in GNAT) which generates a report for each package elements, of how much they contribute to the total size of the obj (and the final executable)? > > > > -gnatR might be a starting point. I should build the application with "-gnatR" in the compiler section of GPS project, right? What does this generate? I did not realize the difference (maybe I did not know where to find the info). Thanks.