Ben Elliston wrote:
> Try using -ftime-report.
thanks, that was what I had in mind.
The largest difference seems to be in "tree STMT verifier" (36% runtime
increase), a few others increased slightly, most seem to be nearly
identical. (This distribution could be an artifact of my example code, of
Adam Nemet writes:
> I am not exactly sure what has exposed this but the bug seems to be old.
> can_throw_external in except.c does not look at the branch delay slot (second
> entry in a SEQUENCE) to determine whether the insn may throw or not.
>
> In gcc.dg/cleanup-8.c for example after inlining
On Sat, 2009-04-11 at 22:37 +0200, Thomas Neumann wrote:
> Is there any reasonably simple way to find out why the C++ version is
> slower? I can use something like oprofile, of course, but I thought
> gcc can somehow give statistics about its internal times, which might
> be more useful for a fir
Adam Nemet writes:
> For two testresults now the cleanup tests are failing in both gcc and g++:
>
> http://gcc.gnu.org/ml/gcc-testresults/2009-04/msg01031.html
> http://gcc.gnu.org/ml/gcc-testresults/2009-04/msg00592.html
>
> I waited for another testresults because there were some bug fixes i
> 2009/4/8 Sylvain Pion :
>
> > Maybe, but for exceptions which are relatively local, say, inside a given
> > library, the user can assume that GCC has switched to the "local ABI" with
> > fast internal exceptions, since he may have compiled the library as one
> > translation unit, so he may be ab
Is there any reasonably simple way to find out why the C++ version is
slower? I can use something like oprofile, of course, but I thought
gcc can
somehow give statistics about its internal times, which might be
more useful
for a first approximation.
I think you're thinking about the -Q opti
>> Also, is there any significant difference in bootstrap times?
>
> I haven't actually measured, but subjectively bootstrap does seem to
> take longer.
I tried this out of curiosity. The numbers below are the bootstrap times on
a 64bit 2.6.28 Linux system (Core 2 E8400), building single threaded
Uros Bizjak wrote:
I created the cond-optab svn branch and finished committing the
cond-optab patches to it. I also documented it in svn.html.
To aid testing, I'd like people to help bootstrapping bootstrappable
targets -- arm, alpha, ia64, pa, s390, x86_64.
I can bootstrap on Comp
boo...@bootch-desktop:~/gcc-4.3.3.obj$ #
boo...@bootch-desktop:~/gcc-4.3.3.obj$ #Successfully built and installed
gcc-4.3.3:
boo...@bootch-desktop:~/gcc-4.3.3.obj$ date
Sat Apr 11 09:32:41 EDT 2009
boo...@bootch-desktop:~/gcc-4.3.3.obj$ pwd
/home/bootch/gcc-4.3.3.obj
boo...@bootch-desktop:~/gcc-4.3