bloqade.lanes.bytecode.decode.DecodingError
← Module overview
class
classDecodingError¶source
bloqade.lanes.bytecode.decode.DecodingError
Bases: Exception
Raised when the decoder fails.
Signature
class DecodingError(instruction_index: int, opcode_name: str, stack_snapshot: tuple[ir.SSAValue, ...], reason: str)Carries the offending instruction’s index, opcode, and a snapshot of the virtual stack of SSA values at the point of failure.
Parameters
| Name | Type | Description |
|---|---|---|
instruction_index | int | |
opcode_name | str | |
stack_snapshot | tuple[ir.SSAValue, ...] | |
reason | str |
Attributes
| Name | Type | Description |
|---|---|---|
instruction_index | int | |
opcode_name | str | |
stack_snapshot | tuple[ir.SSAValue, ...] | |
reason | str |