-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* move immutable collections from kotlinx * use `UPersistentHashMap`; introduce ownership * add ownership in memory * numeric constraints: reorder remove and get * linter warnings fixes * fix ownership flow; add ownership in type constraints * use default ownership in composer memory * use memory ownership in memcpy, union, merge * fix ownership inheritance * various fixes * add ownership in composer * fixes * change pc.ownership in clone * remove scope.ownership * fixes * fix set iterator * fix iterator * iterate sequence only once in JcStaticFieldsRegion * fix mutable iterators in NumericConstraints * add equals, hashCode, toString * drop RegionTree * fix hashCode, equals; fix union in map, set * move some logic in extensions * toList in equalityConstrints * fix compile err * add toList in some iterators * style
- Loading branch information
1 parent
78f568d
commit 0acf657
Showing
91 changed files
with
3,431 additions
and
860 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
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
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
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.