[LLVMbugs] [Bug 73] New: Bytecode format inconsistent
bugzilla-daemon at zion.cs.uiuc.edu
bugzilla-daemon at zion.cs.uiuc.edu
Thu Oct 30 10:14:13 PST 2003
http://llvm.cs.uiuc.edu/bugs/show_bug.cgi?id=73
Summary: Bytecode format inconsistent
Product: libraries
Version: trunk
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: Bytecode Reader
AssignedTo: sabre at nondot.org
ReportedBy: alkis at cs.uiuc.edu
All bytecode blocks are prefixed with their bytecode id and size and are aligned
to a word boundary. The size is the number of bytes of the block excluding the
padding. This is true for all blocks except the the MODULE_GLOBAL_INFO_BLOCK.
Since this will require a bump of the bytecode version number, we should
postpone its fix for just before the next release.
------- 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