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

[Eva] Fixes abstract domains uses of the valuation for recursive calls.

On recursive calls, the substitution to be applied to the domain states is not
applied to the valuation given as argument to [start_call].
This commit:
- adds comment in the abstract domain signature to reflect this fact;
- fixes the domains to properly use the valuation in recursive calls.

The equality and octagon domains are now intra-procedural on recursive calls:
they always start the analysis of a recursive call with an empty state.
parent ba8a379e
No related branches found
No related tags found
Loading
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