This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug tree-optimization/34940] contained subroutines called only once are not inlined
- From: "rguenth at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 23 Jan 2008 13:55:14 -0000
- Subject: [Bug tree-optimization/34940] contained subroutines called only once are not inlined
- References: <bug-34940-6642@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #3 from rguenth at gcc dot gnu dot org 2008-01-23 13:55 -------
Considering cs1 with 52 insns
to be inlined into s1
Estimated growth after inlined into all callees is -13 insns.
Estimated badness is 86, frequency 1.00.
Not inlining into s1:--param large-stack-frame-growth limit reached.
the fortran IO param structure is blowing the stack limit ;)
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34940