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

make SMT constraint translation iterative #208

Open
rolph-recto opened this issue Jul 20, 2021 · 0 comments
Open

make SMT constraint translation iterative #208

rolph-recto opened this issue Jul 20, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@rolph-recto
Copy link
Collaborator

The fix for #207 is temporary, as there could still be stack overflow when compiling really really big programs. The more permanent fix is to make the translation iterative by maintaining an explicit stack. It will make the translation code (as seen in the boolExpr function) less clean, however.

@rolph-recto rolph-recto added the enhancement New feature or request label Jul 20, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant