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?