This repository was archived by the owner on Aug 25, 2025. It is now read-only.
Optimize infinite loop detection #102
huanghantao
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Currently, we have the
yasd.max_executed_opline_numoption to guess whether there is an infinite loop in the code, but this is checked during runtime. If the code is not executed, then the infinite loop code cannot be checked. Therefore, in the next version, we will analyze whether the code has an infinite loop through static analysis.Beta Was this translation helpful? Give feedback.
All reactions