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.172.66 with SMTP id k2mr2261362qaz.4.1372499306088; Sat, 29 Jun 2013 02:48:26 -0700 (PDT) X-Received: by 10.49.4.104 with SMTP id j8mr441705qej.40.1372499306029; Sat, 29 Jun 2013 02:48:26 -0700 (PDT) Path: border1.nntp.dca3.giganews.com!border3.nntp.dca.giganews.com!border1.nntp.dca.giganews.com!nntp.giganews.com!j2no1692197qak.0!news-out.google.com!f7ni121qai.0!nntp.google.com!j2no2917984qak.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Sat, 29 Jun 2013 02:48:25 -0700 (PDT) In-Reply-To: <9cbe0ad4-f54c-4c99-ba58-4db027ae962e@googlegroups.com> Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=109.190.25.159; posting-account=DAe9nQkAAAB9gkplHzkiZyyp2GkJ0X9B NNTP-Posting-Host: 109.190.25.159 References: <9cbe0ad4-f54c-4c99-ba58-4db027ae962e@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: Re: Size optimization for objects From: Jack Daniels Injection-Date: Sat, 29 Jun 2013 09:48:26 +0000 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Original-Bytes: 1685 Xref: number.nntp.dca.giganews.com comp.lang.ada:182156 Date: 2013-06-29T02:48:25-07:00 List-Id: Le vendredi 28 juin 2013 21:49:20 UTC+2, Rego, P. a =E9crit=A0: > I am trying to reduce the size of an application. Is there a tool (in GNA= T) which generates a report for each package elements, of how much they con= tribute to the total size of the obj (and the final executable)? 2 hints : 1/ gnatelim 2/ use strip to remove symbol tables :I was able to reduce the size of an e= xe from 3.5 Mb to 1.6 Mb on Linux strip is standard. on Windows strip is part of cygwin.