-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Changes the definition of "sync" point to be the end of a CFAR
Previously a sync point was interpreted as the start of a CFAR where control flow would synchronize upon exit. This changes a sync point to be interpreted as exactly the address where control flow re-synchronizes, and instead discovers which CFARs may terminate there. Those CFARs are then converted into merge nodes to continue two-sided analysis.
- Loading branch information
1 parent
3ce48ae
commit f2989a6
Showing
6 changed files
with
366 additions
and
167 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.