Skip to content

Commit

Permalink
TSTypeStorage commentary
Browse files Browse the repository at this point in the history
  • Loading branch information
zishkaz committed Oct 8, 2024
1 parent 7e7cc1c commit a75a753
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions usvm-ts/src/main/kotlin/org/usvm/TSTypeStorage.kt
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ import org.jacodb.ets.base.EtsType
This is a very basic implementation of type storage with memory and model objects interoperability.
Currently, supports only stack register readings, but API-wise is finished.
Each untyped ref entity (reg reading, etc.) must define its own way to generate a key.
For reg readings it is suggested to use its 'idx' field since
they are sustained among all models and symbolic memory.
TODO: support other possibly untyped refs.
*/
class TSTypeStorage(
Expand Down

0 comments on commit a75a753

Please sign in to comment.