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

Feature: Add a hintrunner for the Vm #32

Merged
merged 10 commits into from
Sep 3, 2023
Merged

Feature: Add a hintrunner for the Vm #32

merged 10 commits into from
Sep 3, 2023

Conversation

rodrigo-pino
Copy link
Contributor

@rodrigo-pino rodrigo-pino commented Aug 29, 2023

Added a Hintrunner as an external component for the VM. The Hintrunner is the part of the project that will run the hints by which would allow for any of the users of the VM to define their own hints if they want.

This will also favor atomic and parallel works on hints, since all the tools for interacting with the VM for hints has been implemented.

Alloc and TestLessThan hints are implemented as well as use example.

Fixes #31

@rodrigo-pino rodrigo-pino requested review from ElijahVlasov and kirugan and removed request for ElijahVlasov August 29, 2023 21:24
Copy link
Contributor

@ElijahVlasov ElijahVlasov left a comment

Choose a reason for hiding this comment

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

LGTM!

@rodrigo-pino rodrigo-pino merged commit 3a8cee4 into main Sep 3, 2023
2 checks passed
@rodrigo-pino rodrigo-pino deleted the feat-hint-layout branch September 3, 2023 00:27
@danielcdz danielcdz mentioned this pull request Apr 17, 2024
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.

Create a Hint Layout for the VM
2 participants