[Bug fortran/29648] Inlining only done for contained procedures
steven at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Mon Dec 3 10:13:00 GMT 2007
------- 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
More information about the Gcc-bugs
mailing list