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.42.141 with SMTP id s13mr26501106qae.3.1372687126086; Mon, 01 Jul 2013 06:58:46 -0700 (PDT) X-Received: by 10.49.35.68 with SMTP id f4mr697696qej.0.1372687126073; Mon, 01 Jul 2013 06:58:46 -0700 (PDT) Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!news.eternal-september.org!news.eternal-september.org!mx05.eternal-september.org!feeder.eternal-september.org!eu.feeder.erje.net!feeder.erje.net!us.feeder.erje.net!news.glorb.com!j2no3171159qak.0!news-out.google.com!f7ni121qai.0!nntp.google.com!j2no3171151qak.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Mon, 1 Jul 2013 06:58:45 -0700 (PDT) In-Reply-To: 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> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <8ac581cf-ce5e-432e-b077-5783031e319f@googlegroups.com> Subject: Re: Size optimization for objects From: "Rego, P." Injection-Date: Mon, 01 Jul 2013 13:58:46 +0000 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Xref: news.eternal-september.org comp.lang.ada:16013 Date: 2013-07-01T06:58:45-07:00 List-Id: On Saturday, June 29, 2013 6:48:25 AM UTC-3, Jack Daniels wrote: > Le vendredi 28 juin 2013 21:49:20 UTC+2, Rego, P. a =E9crit=A0: >=20 > > I am trying to reduce the size of an application. Is there a tool (in G= NAT) which generates a report for each package elements, of how much they c= ontribute to the total size of the obj (and the final executable)? >=20 >=20 >=20 > 2 hints : >=20 > 1/ gnatelim >=20 > 2/ use strip to remove symbol tables :I was able to reduce the size of an= exe from 3.5 Mb to 1.6 Mb >=20 > on Linux strip is standard. >=20 > on Windows strip is part of cygwin. Thanks Jack.