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: wide-int branch timings


On Oct 15, 2013, at 5:41 AM, Richard Biener <richard.guenther@gmail.com> wrote:
> That said, how do cc1 binary sizes compare branch vs. trunk at
> the last merge point?

$ size /tmp/gcc-*/libexec/gcc/x86_64-unknown-linux-gnu/4.9.0/cc1plus 
   text	   data	    bss	    dec	    hex	filename
14224227	  33960	1061304	15319491	 e9c1c3	/tmp/gcc-1/libexec/gcc/x86_64-unknown-linux-gnu/4.9.0/cc1plus
13973978	  33952	1061272	15069202	 e5f012	/tmp/gcc-base/libexec/gcc/x86_64-unknown-linux-gnu/4.9.0/cc1plus
$ size /tmp/gcc-*/libexec/gcc/x86_64-unknown-linux-gnu/4.9.0/cc1
   text	   data	    bss	    dec	    hex	filename
13146268	  33864	1038808	14218940	 d8f6bc	/tmp/gcc-1/libexec/gcc/x86_64-unknown-linux-gnu/4.9.0/cc1
12899907	  33856	1038776	13972539	 d5343b	/tmp/gcc-base/libexec/gcc/x86_64-unknown-linux-gnu/4.9.0/cc1
$ bc -l
14224227/13973978
1.01790821482615759091
13146268/12899907
1.01909788962044455049

1.8% and 1.9% bigger in text.  8 bytes, and 32 bytes bigger in data.

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