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

Properly implement translation of ConsumeFuel instructions and their fixed costs. #764

Closed
Robbepop opened this issue Sep 22, 2023 · 1 comment
Assignees
Labels
register-machine A work item for the register-machine engine.

Comments

@Robbepop
Copy link
Member

Robbepop commented Sep 22, 2023

Follow-up from #729.

So far we have concentrated on getting the Wasm to wasmi bytecode translation up and running with the most simple setup possible. This means we ignored translation of ConsumeFuel instructions and their associated fuel costs so far mostly and are in need of doing this work to finalize the register-machine wasmi engine.

There should not be any difficulties compared to the already existing implementation for the stack-machine engine backend.

@Robbepop Robbepop added the register-machine A work item for the register-machine engine. label Sep 22, 2023
@Robbepop Robbepop changed the title Properly implement translation of ConsumeFuel instructions and their fixed costs. Properly implement translation of ConsumeFuel instructions and their fixed costs. Sep 22, 2023
@Robbepop Robbepop self-assigned this Sep 22, 2023
@Robbepop
Copy link
Member Author

Closed in #810.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
register-machine A work item for the register-machine engine.
Projects
None yet
Development

No branches or pull requests

1 participant