[llvm-bugs] [Bug 32264] compiling is 70% slower compared to gcc 5.4.0

via llvm-bugs llvm-bugs at lists.llvm.org
Sat Apr 15 09:07:50 PDT 2017


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

wbrana at gmail.com changed:

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

--- Comment #6 from wbrana at gmail.com ---
It is possible it was caused by some Gentoo bug 
like https://bugs.gentoo.org/show_bug.cgi?id=614844

with sys-devel/clang-4.0.0-r2

time clang main.clang.ii -std=c++11 -c -w
real    0m6.071s
user    0m5.984s
sys     0m0.081s

time clang main.clang.ii -std=c++11 -c -w -O2
real    0m13.222s
user    0m13.134s
sys     0m0.087s

-- 
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/20170415/101c0039/attachment.html>


More information about the llvm-bugs mailing list