[LLVMbugs] [Bug 16365] New: Extremely slow compilation in -O1 and -O2
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Tue Jun 18 15:42:13 PDT 2013
http://llvm.org/bugs/show_bug.cgi?id=16365
Bug ID: 16365
Summary: Extremely slow compilation in -O1 and -O2
Product: clang
Version: 3.2
Hardware: Macintosh
OS: All
Status: NEW
Severity: normal
Priority: P
Component: C++
Assignee: unassignedclangbugs at nondot.org
Reporter: Fons.Rademakers at cern.ch
CC: dgregor at apple.com, llvmbugs at cs.uiuc.edu
Classification: Unclassified
Created attachment 10703
--> http://llvm.org/bugs/attachment.cgi?id=10703&action=edit
source file showing problem.
Very slow compilation of large but very simple source file.
$ time clang++ -O2 -c biggraph.C
real 1m21.025s
user 1m19.286s
sys 0m1.734s
$ time g++-4 -O2 -c biggraph.C [ g++ 4.8.1]
real 0m9.375s
user 0m9.191s
sys 0m0.176s
--
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/20130618/35ee6507/attachment.html>
More information about the llvm-bugs
mailing list