[LLVMbugs] [Bug 1209] NEW: Eliminate std::vector from Type
bugzilla-daemon at cs.uiuc.edu
bugzilla-daemon at cs.uiuc.edu
Sun Feb 18 13:28:39 PST 2007
http://llvm.org/bugs/show_bug.cgi?id=1209
Summary: Eliminate std::vector from Type
Product: libraries
Version: trunk
Platform: All
OS/Version: All
Status: NEW
Severity: enhancement
Priority: P2
Component: Core LLVM classes
AssignedTo: unassignedbugs at nondot.org
ReportedBy: sabre at nondot.org
Type::ContainedTys is a vector of PATypeHandle's. It would be much more efficient to coallocate the array
on the end of the type object. This is a little tricky due to the fact that Type has subclasses.
------- 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