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
Provide a few chunks of EVM opcodes and their implementation manually.
Plan of Action
select a few chunks (up to N) from recent blocks on mainnet/Sepolia that were executed frequently and are easy to optimize
make them identifiable via sequences of opcodes (a dictionary or an attribute maybe that could show what opcodes are optimized) [EvmOpcodesBody(Instructions.PUSH1, Instructions.DUP)]
consider passing constants from the callsite, maybe expect a chunk of opcodes that would pass the constants if needed
provide benchmarks so that we optimize what is worth
The text was updated successfully, but these errors were encountered:
Provide a few
chunks
of EVM opcodes and their implementation manually.Plan of Action
[EvmOpcodesBody(Instructions.PUSH1, Instructions.DUP)]
The text was updated successfully, but these errors were encountered: