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


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