342ae7ce7d
The EVM was previously initialised and created for every CALL, CALLCODE, DELEGATECALL and CREATE. This PR changes this behaviour so that the same EVM can be used through the session and beyond as long as the Environment sticks around. |
||
---|---|---|
.. | ||
doc.go | ||
env.go | ||
runtime_example_test.go | ||
runtime_test.go | ||
runtime.go |