forked from soot-oss/soot
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'mergetest' into develop
This merges commits by Steven Lambeth which improve the performance of SmartLocalDefs and other intra-procedural analyses through a BitSet-based implementation.
- Loading branch information
Showing
8 changed files
with
518 additions
and
564 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -65,6 +65,9 @@ John Jorgensen ([email protected]) | |
|
||
Felix Kwok ([email protected]) | ||
- VTA re-implementation | ||
|
||
Steven Lambeth | ||
- BitSet based implementation of FlowAnalysis and other performance improvements | ||
|
||
Patrick Lam ([email protected]) | ||
- general Soot hacker | ||
|
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.