This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug middle-end/37448] gcc 4.3.1 cannot compile big function
- From: "steven at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Fri, 26 Oct 2012 17:28:58 +0000
- Subject: [Bug middle-end/37448] gcc 4.3.1 cannot compile big function
- Auto-submitted: auto-generated
- References: <bug-37448-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37448
Steven Bosscher <steven at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |steven at gcc dot gnu.org
--- Comment #49 from Steven Bosscher <steven at gcc dot gnu.org> 2012-10-26 17:28:58 UTC ---
(In reply to comment #47)
> Hmm, good timming. I just started looking into re-tunning inliner
> heuristics for 4.8 so I should look again into this inline bomb...
> Looks like inliner did not get faster ;)
While everything else did get faster. Much of the work from PR54146 also
helps for this PR. But the inliner heuristics are even more insane than
this test case.
What are the reasons for your aversion against incrementally updating
the inliner heuristics?