Value State Dependence Graph

3 thoughts
last posted March 20, 2015, 6:22 p.m.
0

The Value State Dependence Graph (VSDG) is a high-level intermediate representation for software procedures. It represents values as having an operation plus inputs plus a virtual "state" input used to ensure the ordering of side-effects is explicitly maintained. It makes many optimizations simple, but is very difficult to convert into linear code efficiently.

2 later thoughts