Skip to content
Snippets Groups Projects
Commit 2b72e5f8 authored by David Bühler's avatar David Bühler
Browse files

[Eva] Changes the type of cvalue builtins.

- [cacheable] is given at the registration of a builtin, and not separately
  for each result of the builtin.
- Removes the offsetmap for the arguments: no builtin were using it anyway.
- Returns a Cvalue.V.t for the result instead of an offsetmap.
- Builtins can also return:
  + only the value of the result, in which case the post-state from the
    interpretation of the specification is used with the resulting value
    computed by the builtin.
  + only the post-states for functions with no froms dependency (other than the
    result and arguments) and no write of local variable addresses.

Simplifies some builtins accordingly.
parent 6d7269d0
No related branches found
No related tags found
No related merge requests found
Showing
with 362 additions and 499 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment