[LLVMbugs] [Bug 19499] Building apitrace with clang 3.4 takes 40+ minutes

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Mon Apr 28 03:41:19 PDT 2014


http://llvm.org/bugs/show_bug.cgi?id=19499

Chandler Carruth <chandlerc at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #10 from Chandler Carruth <chandlerc at gmail.com> ---
And the last obvious and easy to fix quadratic behavior is fixed in r207409.
The code is still quite slow to compile (25 seconds in opt for me) but
overwhelmingly this is due to slowness in LVI and jump threading that are
reasonably well known and lang standing. I don't have a bug handy, but I don't
know that this bug is tracking anything interesting at this point.

Thanks for the original report! Lots of great fixes stemming from that!

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20140428/43ddf697/attachment.html>


More information about the llvm-bugs mailing list