This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: [testsuite] Inline-on-trees problem



Thanks, I'm testing a fix for this problem now.  (By the way, I think
this was "just" an exponential explosion in the inliner, not infinite
regress.  Then, since fixup_var_refs is O(N^2), we got really hosed.
I've been meaning to figure out a way to deal with fixup_var_refs for
some time; it's O(N^2) behavior can really be noticable on some
test-cases.)

--
Mark Mitchell                   mark@codesourcery.com
CodeSourcery, LLC               http://www.codesourcery.com

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]