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
Today, sputnik VM executes EVM bytecode as is, with little upfront analysis (the only exception is precomputation of valid jump targets). In theory, we can do more up-front analysis and potentially even compile EVM into a different byte code. It's not clear what specific optimizations we can do, but one piece of prior art here is evmone, which implements similar approach:
Today, sputnik VM executes EVM bytecode as is, with little upfront analysis (the only exception is precomputation of valid jump targets). In theory, we can do more up-front analysis and potentially even compile EVM into a different byte code. It's not clear what specific optimizations we can do, but one piece of prior art here is evmone, which implements similar approach:
There are rumors that evmodin implements the same optimizations in Rust, but it's unconfirmed how thorough that port is.
The text was updated successfully, but these errors were encountered: