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

VM: Evmone's efficient gas calculation algorithm #576

Open
s1na opened this issue Aug 13, 2019 · 1 comment
Open

VM: Evmone's efficient gas calculation algorithm #576

s1na opened this issue Aug 13, 2019 · 1 comment

Comments

@s1na
Copy link
Contributor

s1na commented Aug 13, 2019

evmone is a performant EVM interpreter. We can apply one of the evmone optimizations in the VM. From the readme:

3. The gas cost and stack requirements of block of instructions is precomputed and applied once per block during execution.

There's now a document outlining how this precomputation is done: ethereum/evmone#123

@holgerd77 holgerd77 changed the title Evmone's efficient gas calculation algorithm VM: Evmone's efficient gas calculation algorithm Jan 13, 2022
@holgerd77
Copy link
Member

Is this a performance optimization worth to tackle? I never looked deeper into this issue TBH.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants