Module bytecode

Source
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.
BytecodeMappedLazy
A type wrapper around BytecodeMapped that lazily constructs the map from the given bytecode as operations are accessed.
BytecodeMappedSlice
A slice into a BytecodeMapped instance.