varivera / aliasing-java

0 stars 0 forks source link

Conditionals #10

Open varivera opened 5 years ago

varivera commented 5 years ago

Manage all type of conditionals

varivera commented 5 years ago

The rule, as presented in the paper, is: if (C){ a = x; }else{ b=x; }

G>>(a:=x) \union clone(G>>(b:=x))

UPDATE: there is a new logic for the implementation of conditionals. Alias Diagrams are represented differently

varivera commented 5 years ago
varivera commented 5 years ago

To think about then a=b;b=d; end

varivera commented 5 years ago

9919 Changes