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 stack space for recursive functions over a body #334

Merged
merged 1 commit into from
Aug 27, 2024

Conversation

Nadrieril
Copy link
Member

These were discovered to cause stack overflow on functions with complex control flow.

@Nadrieril Nadrieril merged commit 14fcd15 into AeneasVerif:main Aug 27, 2024
6 checks passed
@Nadrieril Nadrieril deleted the moar-stack branch August 27, 2024 15:30
@sonmarcho
Copy link
Member

I'm not surprised: this is not the first time that I get a stack overflow because of the reconstruction of control-flow. (thanks!)

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.

2 participants