[LLVMbugs] [Bug 2478] New: -O0 compile time: stop llvm-gcc from making llvm values named "tmp"
bugzilla-daemon at cs.uiuc.edu
bugzilla-daemon at cs.uiuc.edu
Fri Jun 20 13:36:51 PDT 2008
http://llvm.org/bugs/show_bug.cgi?id=2478
Summary: -O0 compile time: stop llvm-gcc from making llvm values
named "tmp"
Product: tools
Version: trunk
Platform: PC
OS/Version: All
Status: NEW
Keywords: slow-compile
Severity: normal
Priority: P2
Component: llvm-gcc
AssignedTo: unassignedbugs at nondot.org
ReportedBy: sabre at nondot.org
CC: llvmbugs at cs.uiuc.edu
Duncan found that the symbol table traffic of pushing around local value named
'tmp' are a significant portion of -O0 compile times. Disabling this sped
things up a lot. We should consider doing this.
--
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