[LLVMbugs] [Bug 402] Bytecode Format Enhancements Needed
bugzilla-daemon at cs.uiuc.edu
bugzilla-daemon at cs.uiuc.edu
Sun Jul 25 14:23:40 PDT 2004
http://llvm.cs.uiuc.edu/bugs/show_bug.cgi?id=402
rspencer at x10sys.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|ASSIGNED |RESOLVED
Resolution| |FIXED
------- Additional Comments From rspencer at x10sys.com 2004-07-25 16:23 -------
Types have been made 24-bit quantities that overflow to 32-bit if necessary.
Block headers could not be made vbr because the size field has to be constant
size in order for the fixup logic to work. However, it has been reduced 50% to a
single 32-bit quantity. CDRizing various types won't be done until necessary so
this bug is done.
------- 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