public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
From: "Pedro Lamarão" <pedro.lamarao@ccppbrasil.org>
To: Michael Matz <matz@suse.de>
Cc: gcc@gcc.gnu.org
Subject: Re: [gcc-in-cxx] replacing qsort with std::sort
Date: Wed, 02 Sep 2009 12:57:00 -0000	[thread overview]
Message-ID: <15727b460909020557y716e0b59q761315559341c6c5@mail.gmail.com> (raw)
In-Reply-To: <Pine.LNX.4.64.0909020222560.29566@wotan.suse.de>

2009/9/1 Michael Matz <matz@suse.de>:

>> [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.  Look for files
> named cc1 (the C compiler) and cc1plus (the C++ compiler)  :-)

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.

      reply	other threads:[~2009-09-02 12:57 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-08-12  9:59 Pedro Lamarão
2009-08-12 13:12 ` Richard Guenther
2009-08-12 14:33   ` Pedro Lamarão
2009-08-12 13:21 ` Ian Lance Taylor
2009-08-29 11:26 ` Pedro Lamarão
2009-08-29 19:42   ` Magnus Fromreide
2009-08-30 10:37     ` Pedro Lamarão
2009-08-31 16:10       ` Richard Henderson
2009-08-31 16:18         ` Pedro Lamarão
2009-08-31 18:36           ` Richard Henderson
2009-08-31 18:54             ` Richard Guenther
2009-08-31 19:01               ` Richard Henderson
2009-08-31 19:06   ` Pedro Lamarão
2009-09-02  0:24     ` Michael Matz
2009-09-02 12:57       ` Pedro Lamarão [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=15727b460909020557y716e0b59q761315559341c6c5@mail.gmail.com \
    --to=pedro.lamarao@ccppbrasil.org \
    --cc=gcc@gcc.gnu.org \
    --cc=matz@suse.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).