Module casper_execution_engine::shared::opcode_costs[][src]

Expand description

Support for Wasm opcode costs.

Structs

Definition of a cost table for Wasm opcodes.

Constants

Default cost of the add Wasm opcode.

Default cost of the bit Wasm opcode.

Default cost of the const Wasm opcode.

Default cost of the control_flow Wasm opcode.

Default cost of the conversion Wasm opcode.

Default cost of the current_memory Wasm opcode.

Default cost of the div Wasm opcode.

Default cost of the global Wasm opcode.

Default cost of the grow_memory Wasm opcode.

Default cost of the integer_comparison Wasm opcode.

Default cost of the load Wasm opcode.

Default cost of the local Wasm opcode.

Default cost of the mul Wasm opcode.

Default cost of the nop Wasm opcode.

Default cost of the regular Wasm opcode.

Default cost of the store Wasm opcode.

Default cost of the unreachable Wasm opcode.