Displaying 1 result from an estimated 1 matches for "hasvbrbytetypes".
2004 Aug 21
1
[LLVMdev] Proposed BC Changes
...// In version 4, the types SByte and UByte were encoded as vbr_uint so that
// signed values > 63 and unsigned values >127 would be encoded as two
// bytes. In version 5, they are encoded directly in a single byte.
hasVBRByteTypes = true;
// In version 4, modules begin with a "Module Block" which encodes a 4-byte
// integer value 0x01 to identify the module block. This...