[gcc-in-cxx] replacing qsort with std::sort
Pedro Lamarão
pedro.lamarao@ccppbrasil.org
Wed Sep 2 12:57:00 GMT 2009
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.
More information about the Gcc
mailing list