Skip to main content

Module info

Module info 

Source

Structsยง

OpcodeInfo
Opcode information.

Constantsยง

DYNAMIC_WITH_BASE_GAS ๐Ÿ”’
Opcodes with a dynamic gas component that also have a base (static) cost deducted upfront. Only the dynamic part is paid in builtins.
FULLY_DYNAMIC ๐Ÿ”’
Opcodes whose gas cost is entirely dynamic โ€” computed fully in builtins at runtime.
SPEC_GATED_OPCODES ๐Ÿ”’
Opcodes that are gated behind a specific SpecId, paired with the spec they were introduced in.
UNSUPPORTED_OPCODES ๐Ÿ”’
Opcodes present in the upstream instruction table but not supported by revmc (e.g. EOF-only).

Functionsยง

make_map ๐Ÿ”’
op_info_map
Returns the static info map for the given SpecId.