Expand description
Items related to bytecode representation for the VM assembly.
Structsยง
- A memory efficient representation of a sequence of operations parsed from bytecode.
- A type wrapper around
BytecodeMappedthat lazily constructs the map from the given bytecode as operations are accessed. - A slice into a
BytecodeMappedinstance.