Expand description
Auto-generated module
🤖 Generated with SplitRS
Functions§
- compute_
liveness - Compute a simplified backward liveness analysis for local variables.
- deserialize_
chunk - Deserialize a
BytecodeChunkfrom bytes produced byserialize_chunk. - disassemble
- Disassemble a
BytecodeChunkinto a human-readable string. - find_
basic_ blocks - Perform basic block decomposition of a chunk.
- format_
op - Format a single opcode as a string.
- handle_
call - Handle a function call according to arity conventions.
- opcode_
dispatch_ table - Return the full dispatch table for all supported opcodes.
- serialize_
chunk - Serialize an entire
BytecodeChunkto a flat byte vector.