[Bug ipa/63671] [5 Regression] 21% tramp3d-v4 performance hit due to -fdevirtualize
trippels at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Tue Oct 28 19:39:00 GMT 2014
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63671
--- Comment #1 from Markus Trippelsdorf <trippels at gcc dot gnu.org> ---
It gets worse with -flto:
markus@x4 ~ % g++ -w -Ofast -flto=4 tramp3d-v4.cpp
markus@x4 ~ % ./a.out --cartvis 1.0 0.0 --rhomin 1e-8 -n 20
...
Time spent in iteration: 4.6181
For "-fno-devirtualize -flto=4" the result is the same as without -flto.
More information about the Gcc-bugs
mailing list