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/23769] always inline short functions if inlining would be as small as non-inlined code


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-09-07 19:14 -------
3.3.x is old and does not have the inlining improvements that went into 3.4.x.  You might want to try 
3.4.x or even 4.0.x.  4.1.x (the mainline) has better inlining still.

But without a full testcase, we won't know if this is fixed.  I am thinking it is for 4.0.x or 4.1.x.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|c                           |middle-end


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23769


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