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