[llvm-bugs] [Bug 24667] [Regression] Quadratic module build time due to Preprocessor::LeaveSubmodule

via llvm-bugs llvm-bugs at lists.llvm.org
Tue Feb 23 15:22:36 PST 2016


https://llvm.org/bugs/show_bug.cgi?id=24667

Richard Smith <richard-llvm at metafoo.co.uk> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |richard-llvm at metafoo.co.uk
         Resolution|---                         |FIXED

--- Comment #8 from Richard Smith <richard-llvm at metafoo.co.uk> ---
Fixed in r261705. With a debug build of trunk, the growth is linear:

128     0.0411779880524
256     0.0555319786072
512     0.0881149768829
1024    0.143043041229
2048    0.268987894058
4096    0.542062044144
8192    1.02460289001

-- 
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/20160223/1370a622/attachment.html>


More information about the llvm-bugs mailing list