[Bug fortran/29648] Inlining only done for contained procedures

dominiq at lps dot ens dot fr gcc-bugzilla@gcc.gnu.org
Mon Dec 3 12:41:00 GMT 2007



------- Comment #6 from dominiq at lps dot ens dot fr  2007-12-03 12:41 -------
Form the gcc manual:

-finline-limit=n
... . The default value of n is 600.  ...

This does not seem accurate: ddx and ddy are inlined for n=318, but not for
n=317 (corresponding respectively to 2.7s and 1.6s for the compile time and
2.5s and 4.1s for the execution time).
Note that with the default settings the compile and execution time are 1.6s and
4.1s. For the patched source they are respectively 1.7s and 2.2s.


-- 


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



More information about the Gcc-bugs mailing list