This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [gcc-in-cxx] replacing qsort with std::sort


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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]