Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Inline gas cost/instruction fetching #2865

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Nov 22, 2024

  1. Inline gas cost/instruction fetching

    These make up 5:ish % of EVM execution time - even though they're
    trivial they end up not being inlined - this little change gives a
    practically free perf boost ;)
    
    Also unify the style of creating the output to `setLen`..
    arnetheduck committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    65a66e5 View commit details
    Browse the repository at this point in the history