-
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.
--------- Co-authored-by: Sergey Pospelov <[email protected]> Co-authored-by: Dmitry Mordvinov <[email protected]>
- Loading branch information
1 parent
65eeeba
commit 29a3340
Showing
125 changed files
with
8,430 additions
and
2,888 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
# TODOs for refactoring | ||
|
||
- Elaborate on API | ||
- Make everything internal | ||
- [+] Implement model decoding: use interfaces for MemoryRegions (arrays, field, etc.) | ||
- Reimplement map merging into UMapRegions | ||
- [+] Add (exceptional) `URegisterRef` into `UMemory` | ||
- `Regions.kt`: implement unions? | ||
- Implement symbolic sets: `memory/collections/SymbolicCollectionIds.kt`. Encoding/decoding? | ||
- Include element remove information into `SymbolicSetRegionBuilder`. For symbolic set do not traverse updates. | ||
- [+] Interpreter uses new API | ||
- [+] Think about getting rid of unchecked casts in ranged update adapters | ||
- [+] Think about moving `contextMemory` from each collectionId to `USymbolicCollectionId` | ||
- [+] Remove all commented out code | ||
- [+] Make everything compilable | ||
- [+] Rebase onto new master | ||
- [+] Repair tests | ||
- [+] collection id equals, hash |
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.