Skip to main contentModule info
Source - OpcodeInfo
- Opcode information.
- 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).
- make_map ๐
- op_info_map
- Returns the static info map for the given
SpecId.