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

fix(codegen): stack limitation should be 1024 #295

Merged
merged 1 commit into from
Dec 4, 2024

Conversation

nan01ab
Copy link
Contributor

@nan01ab nan01ab commented Dec 3, 2024

It's an interesting project.
And here's a small fix.

Resolves #127

Changes

  • Change sp to u16.
  • Change stack size check.
  • Modify all other places where sp value is used.

Copy link
Member

@clearloop clearloop left a comment

Choose a reason for hiding this comment

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

Thanks! please feel free to try bounty issues listed in https://zink-lang.org/budgets btw ^ ^

@clearloop clearloop merged commit d154e2f into zink-lang:main Dec 4, 2024
4 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.

Fix stack limitation
2 participants