Use defined functions to represent memory read/writes #333
Labels
enhancement
New feature or request
memory model
stale
Review - close as 'wontfix' or integrate into other ticket
Currently memory reads and writes are represented in terms of their primitive byte operations on the underlying memory store. This makes the resulting terms difficult to interpret, as their high-level structure has been lost.
It would be straightforward to instead represent memory reads and writes as defined function calls, which would result in much more understandable terms. In particular, this would likely assist in the future task of generating explanations for traces, which will involve term analysis in order to locate the genesis of divergences between slices.
The text was updated successfully, but these errors were encountered: