We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e7cc1c commit a75a753Copy full SHA for a75a753
usvm-ts/src/main/kotlin/org/usvm/TSTypeStorage.kt
@@ -6,6 +6,10 @@ import org.jacodb.ets.base.EtsType
6
This is a very basic implementation of type storage with memory and model objects interoperability.
7
Currently, supports only stack register readings, but API-wise is finished.
8
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
+
13
TODO: support other possibly untyped refs.
14
*/
15
class TSTypeStorage(
0 commit comments