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

Add interning to air generation thus ensuring unique variable names #1019

Merged
merged 7 commits into from
Sep 12, 2024

Conversation

MicroProofs
Copy link
Member

@MicroProofs MicroProofs commented Sep 12, 2024

Closes #1009

Done interning for uniqueness. Now to fix the static optimization

Remove unused function

Fixing issues. Have a few remaining tests
…nction were static.

Also fixed issue where modifying the calls in the airtree lead to an out of bounds index.
@MicroProofs MicroProofs merged commit 16e222e into main Sep 12, 2024
12 checks passed
@MicroProofs MicroProofs deleted the add-interning-to-AIR branch September 12, 2024 23:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: ✅ In Next Release
Development

Successfully merging this pull request may close these issues.

removal index (is 1) should be < len (is 1)
1 participant