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

feat: PVM interpreter mutator implementation #60

Merged
merged 5 commits into from
Oct 2, 2024

Conversation

danielvladco
Copy link
Member

@danielvladco danielvladco commented Sep 19, 2024

Interpreter mutator Implementation.

The mutator implementation contains the logic for running each instruction such as branching, jumping, memory manipulation and arithmetic operations.

this requires as prerequisite for the following PR's to be merged #58 #59

@danielvladco danielvladco requested a review from a team September 19, 2024 19:29
@danielvladco danielvladco self-assigned this Sep 19, 2024
@danielvladco danielvladco changed the title feat: PVM interpreter visitor implementation feat: PVM interpreter mutator implementation Sep 25, 2024
internal/polkavm/interfaces.go Outdated Show resolved Hide resolved
internal/polkavm/interfaces.go Outdated Show resolved Hide resolved
internal/polkavm/interpreter/mutator.go Show resolved Hide resolved
@danielvladco danielvladco force-pushed the feat/pvm-implement-interpreter-visitor branch from acd374c to 9507287 Compare October 2, 2024 11:00
@danielvladco danielvladco requested a review from pantrif October 2, 2024 11:03
@danielvladco danielvladco force-pushed the feat/pvm-implement-interpreter-visitor branch from 88ddb9b to 389fbbc Compare October 2, 2024 11:04
@danielvladco danielvladco merged commit abaace7 into main Oct 2, 2024
2 checks passed
@danielvladco danielvladco deleted the feat/pvm-implement-interpreter-visitor branch October 2, 2024 11:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants