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

Infinite loop checker #13

Open
kjlubick opened this issue Apr 14, 2014 · 0 comments
Open

Infinite loop checker #13

kjlubick opened this issue Apr 14, 2014 · 0 comments
Assignees

Comments

@kjlubick
Copy link
Owner

image

This doesn't have to handle the general case (halting problem), but for something like the above, where there exist some branches that don't allow the local variable to get updated would be a good start. Also, things like

while(var < 7);  

which is problematic.

Image source: mebigfatguy@c581a7f

@kjlubick kjlubick self-assigned this Apr 25, 2014
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

No branches or pull requests

1 participant