[Bug optimization/1046] gcc less efficient than jdk for recursion!
pinskia at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Wed Mar 3 06:02:00 GMT 2004
------- Additional Comments From pinskia at gcc dot gnu dot org 2004-03-03 06:02 -------
Well at -O3 -fno-inline this is fixed but at -O3 -finline this is not fixed, the problem is that
fib is being inlined into itself why I do not know. Jan why is this happening?
--
What |Removed |Added
----------------------------------------------------------------------------
CC| |hubicka at gcc dot gnu dot
| |org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=1046
More information about the Gcc-bugs
mailing list