Structs§
- Exception
Table Entry - Offsets are for instructions (not bytes)
- Stack
Effect - Used to represent stack operations
- Unused
Argument - Used to represent opargs for opcodes that don’t require arguments
Functions§
- get_
extended_ args_ count - The amount of extended_args necessary to represent the arg.
This is more efficient than
get_extended_argsas we only calculate the count and the actual values.