[Bug tree-optimization/1046] gcc less efficient than jdk for recursion with -finline-functions

2007-11-26 Thread steven at gcc dot gnu dot org
--- Comment #18 from steven at gcc dot gnu dot org 2007-11-26 13:43 --- This is indeed fixed AFAICT. -- steven at gcc dot gnu dot org changed: What|Removed |Added

[Bug tree-optimization/1046] gcc less efficient than jdk for recursion with -finline-functions

2007-04-22 Thread rguenth at gcc dot gnu dot org
--- Comment #17 from rguenth at gcc dot gnu dot org 2007-04-22 13:19 --- This looks fixed - we eliminate the tail recursion for Fib(n-1). /usr/bin/time /usr/lib/jvm/java-1.5.0-sun-1.5.0.11/jre/bin/java Fib 267914296 3.97user 0.02system 0:04.02elapsed 99%CPU (0avgtext+0avgdata

[Bug tree-optimization/1046] gcc less efficient than jdk for recursion with -finline-functions

2007-01-11 Thread hubicka at gcc dot gnu dot org
--- Comment #15 from hubicka at gcc dot gnu dot org 2007-01-11 16:45 --- Subject: Bug 1046 Author: hubicka Date: Thu Jan 11 16:44:56 2007 New Revision: 120680 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=120680 Log: PR tree-optimization/1046 * tree-tailcall.c

[Bug tree-optimization/1046] gcc less efficient than jdk for recursion with -finline-functions

2007-01-11 Thread hubicka at gcc dot gnu dot org
--- Comment #16 from hubicka at gcc dot gnu dot org 2007-01-11 16:50 --- Subject: Bug 1046 Author: hubicka Date: Thu Jan 11 16:50:32 2007 New Revision: 120681 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=120681 Log: PR tree-optimization/1046 * tree-tailcall.c