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

Proof of concept for end to end super instructions #77

Merged
merged 35 commits into from
Oct 30, 2023

Conversation

mattwparas
Copy link
Owner

@mattwparas mattwparas commented Sep 16, 2023

Attempts to create a DSL for defining super instructions, from op code definition all the way to VM handler

  • Fixes Make dylib loading lazy #75
  • Should fix stack overflow in extremely deep recursive data structures
  • Removes the built in Rust implementation of contracts in lieu of a steel based one
  • Fixes how modules handle the default global variables
  • General GC fixes

@mattwparas mattwparas mentioned this pull request Oct 15, 2023
@mattwparas mattwparas merged commit 1e290fb into master Oct 30, 2023
2 checks passed
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.

Make dylib loading lazy
1 participant