------- Comment #14 from hubicka at gcc dot gnu dot org 2010-04-08 13:14 ------- Adding a simple limit on number of loop nests in recursive inlining is easy thing to do, but I am not quite sure how useful it is (well, overall recursive inlining tends to help only few very special benchmrks). So the problem is that function body after inlinng is resonable but with unrolling it explodes?
-- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43186