This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug middle-end/21628] GCC much slower than ICL. Lack of inlining?
- From: "manu at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 16 Nov 2007 15:49:33 -0000
- Subject: [Bug middle-end/21628] GCC much slower than ICL. Lack of inlining?
- References: <bug-21628-3458@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #1 from manu at gcc dot gnu dot org 2007-11-16 15:49 -------
What does -Winline say?
Have you tried with always_inline? Example:
/* Prototype. */
inline void foo (const char) __attribute__((always_inline));
See
http://gcc.gnu.org/onlinedocs/gcc/Function-Attributes.html
and
http://gcc.gnu.org/onlinedocs/gcc/Inline.html
--
manu at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |manu at gcc dot gnu dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21628