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

No need to store exit reasons or return ranges #187

Merged
merged 1 commit into from
Oct 29, 2023
Merged

Conversation

sorpaas
Copy link
Member

@sorpaas sorpaas commented Oct 29, 2023

This PR changes several things related to positions and return values:

  • There's no need to store exit reasons inside Machine. We thus only need a bare usize for the position.
  • For return values, we can directly "shrink" the memory struct down to the scope. All other things inside the memory are irrelevant once the VM exits. The algorithm can still use massive improvements.

@sorpaas sorpaas merged commit 4808cc8 into next Oct 29, 2023
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.

1 participant