evmc
evmc copied to clipboard
Bind EVM revision with a VM instance
We are passing the EVM revision number to every invocation of execute() method. This rarely changes. If this is bind with a VM instance there will be less arguments to pass and the VM instance itself can pre-select the needed instruction / cost tables.