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
-
Currently, we have the
yasd.max_executed_opline_num
option 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