Skip to content

Commit a75a753

Browse files
committed
TSTypeStorage commentary
1 parent 7e7cc1c commit a75a753

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

usvm-ts/src/main/kotlin/org/usvm/TSTypeStorage.kt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ import org.jacodb.ets.base.EtsType
66
This is a very basic implementation of type storage with memory and model objects interoperability.
77
Currently, supports only stack register readings, but API-wise is finished.
88
9+
Each untyped ref entity (reg reading, etc.) must define its own way to generate a key.
10+
For reg readings it is suggested to use its 'idx' field since
11+
they are sustained among all models and symbolic memory.
12+
913
TODO: support other possibly untyped refs.
1014
*/
1115
class TSTypeStorage(

0 commit comments

Comments
 (0)