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: Add simple Dump creation and recovery. #7

Merged
merged 2 commits into from
Mar 21, 2024

Conversation

ajnavarro
Copy link
Contributor

Memory Dump functionality that can restore the previous VM state.

It dumps global variables, the only ones defining the program state.

The dump depends on the program itself, and on the index system, which right now is defined by the variable order.

Memory Dump functionality that can restore the previous VM state.

It dumps *global* variables, the only ones defining the program state.

The dump depends on the program itself, and on the index system, which right now is defined by the variable order.

Signed-off-by: Antonio Navarro Perez <antnavper@gmail.com>

return dict
}

Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you explain the motivation of this feature in a comment, specially the need for portability and independence of VM implementation?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done! 7a9ac73 (#7)

Signed-off-by: Antonio Navarro Perez <antnavper@gmail.com>
Copy link
Owner

@mvertes mvertes left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

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