This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug optimization/1046] gcc less efficient than jdk for recursion!
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 10 Nov 2003 07:55:45 -0000
- Subject: [Bug optimization/1046] gcc less efficient than jdk for recursion!
- References: <20001212025602.1046.bouchard@onera.fr>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From pinskia at gcc dot gnu dot org 2003-11-10 07:55 -------
Note the code at least on powerp-apple-darwin produced by the Java's JIT is the same
as GCC produces, so what that means is that the initial execution is faster than any code
done by GCC.
--
What |Removed |Added
----------------------------------------------------------------------------
Last reconfirmed|0000-00-00 00:00:00 |2003-11-10 07:55:45
date| |
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=1046