Value State Dependence Graph

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

1 earlier thought

0

Optimizing Compilation with the VSDG - by Alan C. Lawrence

This technical report describes in detail the VSDG, the PDG (program dependence graph), and CFG (control-flow graph) program representations. It describes a way to generate a PDG from a VSDG, and a CFG from a PDG, resulting in a linear program from a VSDG.

http://www.cl.cam.ac.uk/techreports/UCAM-CL-TR-705.pdf

1 later thought