[LLVMbugs] [Bug 388] Put the Core LLVM classes on a diet
bugzilla-daemon at cs.uiuc.edu
bugzilla-daemon at cs.uiuc.edu
Tue Apr 17 15:59:25 PDT 2007
http://llvm.org/bugs/show_bug.cgi?id=388
sabre at nondot.org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From sabre at nondot.org 2007-04-17 17:59 -------
The IR datastructures have shrunk a lot since the last update to this bug. There are a ton of ideas in
this bug, here are ones that are left:
5. AbstractTypeUsers should be very few. It might be worthwhile to investigate
turning Type::AbstractTypeUsers into an slist (instead of a vector)
saving 8 bytes in DerivedTypes.
I don't know if this is still really very interesting. As such, I'm going to close this. For specific ideas, we
can either just do them or file bugs for specific improvements (like Bug 889).
-Chris
------- 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