This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug optimization/13987] [3.4?/3.5 Regression] compile time regression while compile fold-const.i
- 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: 3 Feb 2004 02:07:54 -0000
- Subject: [Bug optimization/13987] [3.4?/3.5 Regression] compile time regression while compile fold-const.i
- References: <20040203013908.13987.pinskia@gcc.gnu.org>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From pinskia at gcc dot gnu dot org 2004-02-03 02:07 -------
Also strchr shows high up on the profiles too because it is inlined like it was before and because of
the over header to call a library function is high on darwin because it has to go through a stub.
Also strchr on darwin is not optimized fully so inlining strchr will help here too.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13987