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 middle-end/21628] GCC much slower than ICL. Lack of inlining?



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


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