From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24452 invoked by alias); 2 Sep 2009 12:57:51 -0000 Received: (qmail 24444 invoked by uid 22791); 2 Sep 2009 12:57:50 -0000 X-SWARE-Spam-Status: No, hits=-1.5 required=5.0 tests=AWL,BAYES_00,J_CHICKENPOX_24,SARE_MSGID_LONG40,SARE_SUB_OBFU_Q1 X-Spam-Check-By: sourceware.org Received: from mail-iw0-f171.google.com (HELO mail-iw0-f171.google.com) (209.85.223.171) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 02 Sep 2009 12:57:45 +0000 Received: by iwn1 with SMTP id 1so346109iwn.0 for ; Wed, 02 Sep 2009 05:57:42 -0700 (PDT) MIME-Version: 1.0 Received: by 10.231.6.79 with SMTP id 15mr8501588iby.36.1251896262942; Wed, 02 Sep 2009 05:57:42 -0700 (PDT) In-Reply-To: References: <15727b460908111703l682ab204l39700c8bfde50577@mail.gmail.com> <15727b460908281412u3334d7fbrc527be0dde42e62f@mail.gmail.com> <15727b460908310918y16f59adfv97a8936bde7611a7@mail.gmail.com> Date: Wed, 02 Sep 2009 12:57:00 -0000 Message-ID: <15727b460909020557y716e0b59q761315559341c6c5@mail.gmail.com> Subject: Re: [gcc-in-cxx] replacing qsort with std::sort From: =?ISO-8859-1?Q?Pedro_Lamar=E3o?= To: Michael Matz Cc: gcc@gcc.gnu.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Mailing-List: contact gcc-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-owner@gcc.gnu.org X-SW-Source: 2009-09/txt/msg00044.txt.bz2 2009/9/1 Michael Matz : >> [psilva@joana obj]$ ls -lh gcc/xgcc gcc/g++ >> -rwxrwxr-x. 1 psilva psilva 481K Ago 31 12:58 gcc/g++ >> -rwxrwxr-x. 1 psilva psilva 477K Ago 31 12:58 gcc/xgcc > > That's not the real compiler, only the compiler driver. =A0Look for files > named cc1 (the C compiler) and cc1plus (the C++ compiler) =A0:-) Ah... So the real numbers for stripped binaries are: -rwxrwxr-x. 1 psilva psilva 42M Ago 31 17:54 std_sort/obj/gcc/cc1plus -rwxrwxr-x. 1 psilva psilva 38M Ago 31 12:59 trunk/obj/gcc/cc1plus also: text data bss dec hex filename 12174791 23020 986004 13183815 c92b47 std_sort/obj/gcc/cc1plus 11308791 546960 461684 12317435 bbf2fb trunk/obj/gcc/cc1plus -- P.