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/13987] [3.4?/3.5 Regression] compile time regression while compile fold-const.i


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


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