[LLVMbugs] [Bug 1180] NEW: Linker is slower than it needs to be when linking 1 file
bugzilla-daemon at cs.uiuc.edu
bugzilla-daemon at cs.uiuc.edu
Mon Feb 5 13:22:15 PST 2007
http://llvm.org/bugs/show_bug.cgi?id=1180
Summary: Linker is slower than it needs to be when linking 1 file
Product: libraries
Version: trunk
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: Linker
AssignedTo: unassignedbugs at nondot.org
ReportedBy: rspencer at x10sys.com
In situations where the linker is processing a single bytecode file (as in many
test cases in llvm-test), the processing moves the bytecode from the original
module to an empty destination module. This is wasteful and takes significant
time on large bytecode files.
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
More information about the llvm-bugs
mailing list