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
I just think in the step method of the UsedStateEVMInspector class, performance can be improved by caching stack values instead of repeatedly calling interpreter.stack.peek(), which may reduce execution overhead.
The text was updated successfully, but these errors were encountered:
I just think in the
step
method of theUsedStateEVMInspector
class, performance can be improved by caching stack values instead of repeatedly callinginterpreter.stack.peek()
, which may reduce execution overhead.The text was updated successfully, but these errors were encountered: