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 fortran/29648] Inlining only done for contained procedures



------- Comment #5 from steven at gcc dot gnu dot org  2007-12-03 10:13 -------
Inlining is driven by heuristics.  See ipa-inline.c.  Heuristics cannot be
perfect for all applications, of course.  The current tuning of the heuristics
is based on SPEC2k scores on Opteron, i.e. mostly for programs written in C and
C++.  Maybe for Fortran the current heuristics do not lead to the best possible
results.


-- 


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


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