[LLVMbugs] [Bug 8917] clang much slower than gcc compiling CryptoPP sources

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Wed Jan 5 10:36:28 PST 2011


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

Marshall Clow (work) <mclow at qualcomm.com> changed:

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

--- Comment #1 from Marshall Clow (work) <mclow at qualcomm.com> 2011-01-05 12:36:28 CST ---
More timings; this one with a non-debug build.
Looks like pilot error to me.

$ time clang++ -Wno-tautological-compare -DNDEBUG -g -arch x86_64 -arch i386
-DCRYPTOPP_DISABLE_ASM -pipe -c sha.cpp
real    0m0.764s

$ time clang++ -Wno-tautological-compare -DNDEBUG -g -arch x86_64 -arch i386
-DCRYPTOPP_DISABLE_ASM -pipe -fsyntax-only sha.cpp
real    0m0.581s

-- 
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.



More information about the llvm-bugs mailing list