This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/29648] Inlining only done for contained procedures
- From: "dominiq at lps dot ens dot fr" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 3 Dec 2007 12:41:16 -0000
- Subject: [Bug fortran/29648] Inlining only done for contained procedures
- References: <bug-29648-10601@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- 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