You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current go-evmc fully reuses Geth's data structure, including memory, stack, and jump table, which enables us to run in hybrid mode, where some contracts are executed in compiled code, while some are executed in the interpreter.