From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5612 invoked by alias); 15 Dec 2004 12:45:53 -0000 Mailing-List: contact gcc-help-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-help-owner@gcc.gnu.org Received: (qmail 5485 invoked from network); 15 Dec 2004 12:45:43 -0000 Received: from unknown (HELO mail.gmx.net) (213.165.64.20) by sourceware.org with SMTP; 15 Dec 2004 12:45:43 -0000 Received: (qmail invoked by alias); 15 Dec 2004 12:45:42 -0000 Received: from 97.121.63.81.cust.bluewin.ch (EHLO [192.168.123.202]) (81.63.121.97) by mail.gmx.net (mp010) with SMTP; 15 Dec 2004 13:45:42 +0100 X-Authenticated: #14737133 Message-ID: <41C031EF.1000906@gmx.ch> Date: Wed, 15 Dec 2004 12:45:00 -0000 From: jlh User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.3) Gecko/20041126 MIME-Version: 1.0 To: gcc-help@gcc.gnu.org Subject: Re: Code Bloat using GCC 3.2 on Linux References: <42f6506e041215034463e2c9b@mail.gmail.com> In-Reply-To: <42f6506e041215034463e2c9b@mail.gmail.com> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="------------enig864E0750DA24EBAE38C7C944" X-Y-GMX-Trusted: 0 X-SW-Source: 2004-12/txt/msg00137.txt.bz2 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enig864E0750DA24EBAE38C7C944 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Content-length: 262 > What's the way to get the > MINIMUM possible size of an application using gcc 3.2 (even if it is > at the cost of some run-time performance)? Try the optimization option -Os instead of -O2, though I don't know if this option was present in 3.2 already. jlh --------------enig864E0750DA24EBAE38C7C944 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" Content-length: 252 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.6 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFBwDH2BPhW1Cp6o/ERAsz1AKDA852XVkHnFtoqwDggkvZj2fwEuwCglXcp KtV/7RRCLmIAJ2bb9LwhptQ= =BOWR -----END PGP SIGNATURE----- --------------enig864E0750DA24EBAE38C7C944--