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.174.145 with SMTP id t17mr15427232qaz.4.1372448961365; Fri, 28 Jun 2013 12:49:21 -0700 (PDT) X-Received: by 10.50.40.65 with SMTP id v1mr292637igk.4.1372448961287; Fri, 28 Jun 2013 12:49:21 -0700 (PDT) Path: border1.nntp.dca3.giganews.com!border3.nntp.dca.giganews.com!border1.nntp.dca.giganews.com!nntp.giganews.com!j2no1634412qak.0!news-out.google.com!f7ni62qai.0!nntp.google.com!j2no2857461qak.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Fri, 28 Jun 2013 12:49:20 -0700 (PDT) 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 User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <9cbe0ad4-f54c-4c99-ba58-4db027ae962e@googlegroups.com> Subject: Size optimization for objects From: "Rego, P." Injection-Date: Fri, 28 Jun 2013 19:49:21 +0000 Content-Type: text/plain; charset=ISO-8859-1 X-Original-Bytes: 1228 Xref: number.nntp.dca.giganews.com comp.lang.ada:182149 Date: 2013-06-28T12:49:20-07:00 List-Id: 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)? Thanks. Rego.