[LLVMbugs] [Bug 74] reader always creates opaque types

bugzilla-daemon at zion.cs.uiuc.edu bugzilla-daemon at zion.cs.uiuc.edu
Thu Dec 18 12:43:58 PST 2003


http://llvm.cs.uiuc.edu/bugs/show_bug.cgi?id=74

sabre at nondot.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |WONTFIX



------- Additional Comments From sabre at nondot.org  2003-12-18 14:43 -------
I'm closing this as "wontfix" because it's not really possible to fix this
without rearchitecting the bytecode reader.  The problem is that there is no way
for PATypeHandle's to be "null", so they need to be initialized to something. 
OpaqueType's are extremely cheap to create anyway, so the approach taken in the
bytecode reader is not at all unreasonable: it's not clear that an alternative
would make the reader faster.

-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