[LLVMbugs] [Bug 1162] NEW: MachineModuleInfo should migrate away from Uniquevector.
bugzilla-daemon at cs.uiuc.edu
bugzilla-daemon at cs.uiuc.edu
Sat Feb 3 13:16:19 PST 2007
http://llvm.org/bugs/show_bug.cgi?id=1162
Summary: MachineModuleInfo should migrate away from Uniquevector.
Product: libraries
Version: trunk
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: Core LLVM classes
AssignedTo: unassignedbugs at nondot.org
ReportedBy: jlaskey at apple.com
UniqueVector is very expensive: its cost is the sum of the cost of maintaining both the map and vector, it
has high complexity, high constant factors, and produces a lot of malloc traffic. It should be avoided.
------- 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