[ Sorry for re-send, it seems that mobile gmail sends text/html and the sourceware mailer daemon rejects that. ]
On Monday, October 1, 2012, Jakub Jelinek <ja...@redhat.com> wrote: > On Sun, Sep 30, 2012 at 06:50:50PM -0400, Vladimir Makarov wrote: > > I think this testcase shouldn't be a show stopper for LRA inclusion into > 4.8, but something to look at for stage3. > > I think a lot of GCC passes have scalability issues on that testcase, > that is why it must be compiled with -O1 and not higher optimization > options, The test case compiles just fine at -O2, only VRP has trouble with it. Let's try to stick with facts, not speculation. And the test case is not generated, it is the Eigen template library applied to mpfr. I've put a lot of hard work into it to fix almost all scalability problems on this PR for gcc 4.8. LRA undoes all of that work. I understand it is painful for some people to hear, but I remain of opinion that LRA cannot be considered "ready" if it scales so much worse than everything else in the compiler. Ciao! Steven