This is the mail archive of the gcc-bugs@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]

[Bug optimization/1046] gcc less efficient than jdk for recursion!


------- 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


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