Skip to main content

Module functions

Module functions 

Source
Expand description

Auto-generated module

🤖 Generated with SplitRS

Functions§

compute_liveness
Compute a simplified backward liveness analysis for local variables.
deserialize_chunk
Deserialize a BytecodeChunk from bytes produced by serialize_chunk.
disassemble
Disassemble a BytecodeChunk into 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 BytecodeChunk to a flat byte vector.