Viewing profile — kleendr12
kleendr12
HN member- Joined
- Fri, Oct 30, 2020, 8:10 AM UTC
- HN karma
- 1
- Public activity
- 3 items
- HN profile
- View on Hacker News ↗
About kleendr12
No profile information was provided.
Recent public activity
-
comment
Comment #24940413
I'm not quite sure I follow your comment. If the program never terminates then it will loop forever and potentially freeze the machine depending from where it is invoked in the ker…
-
comment
Comment #24940273
When there's no loop bound it cannot prove termination, see halting problem. Goal is to avoid getting an infinite loop and then freezing the kernel of course.
-
comment
Comment #24940163
Loops must be bounded, that means, the verifier must be able to see that the loop will eventually terminate based on the condition. The verifier will simulate all iterations of the…