Skip to content
Discussion options

You must be logged in to vote

Hi.
"Potentially" means any possibility. Both of your cases should be considered.

Also, your point is correct. Something more (as you call "derivation") is needed. But the fact that "there is no path between two branches" cannot be directly observable at the beginning. Instead, the fixed point computation will gradually observe which part of the program is actually reachable from the source point. The kill relation will be used during the computation. Also, some nonsensical kills (e.g., between two branches) won't be used. So it is okay to simply collect all "potential" kills.

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by bongjunj
Comment options

bongjunj
Jun 2, 2023
Maintainer Author

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
2 participants
Converted from issue

This discussion was converted from issue #367 on December 28, 2024 04:15.