-
Notifications
You must be signed in to change notification settings - Fork 310
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
Add experimental PRECOMPILES capability #267
Conversation
I want to create a basic example of "Precompiles VM" implementation. Let me finish the full example first and the decide what can be merged to the master branch. |
This comment has been minimized.
This comment has been minimized.
24e33d0
to
feb9ef7
Compare
This comment has been minimized.
This comment has been minimized.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should run the vmtester on the example (also need to extend the vmtester to cope with this).
ac85b48
to
3bbeb9b
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, but I assume you'll squash some of the commits.
b79037e
to
5f86929
Compare
Squashed. Do you think we should merge this? |
db0c517
to
2e9bd6f
Compare
Part of #259.