[llvm-bugs] [Bug 28820] Compile gets 10x slower (from 40s to 7m40s) due to using -g (on compiles with -fno-execptions)

via llvm-bugs llvm-bugs at lists.llvm.org
Wed Aug 16 10:18:35 PDT 2017


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

Jonas Devlieghere <jonas at devlieghere.com> changed:

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

--- Comment #12 from Jonas Devlieghere <jonas at devlieghere.com> ---
I was too fast in closing this issue. I wasn't using a preprocessed file and a
change in libcxx explains the biggest time differences. Taking this out of the
equation still leaves us with enabling debug info being about twice as slow as
without with exceptions disabled.

-- 
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/20170816/c7a947f2/attachment.html>


More information about the llvm-bugs mailing list