System Dependency Graph Construction Algorithm Based on Equivalent Substitution

Yulong Meng,Dong Xu,Ziying Zhang,Wencai Li
DOI: https://doi.org/10.1109/icicse.2015.29
2015-01-01
Abstract:There are many remarkable methods used in software semantics analysis. However, people find some of the methods generally have the common problem of high time complexity or inaccurate results. In order to solve these problems, we propose a program controlled flow algorithm which is based on a control dependency graph and an abstract syntax tree. This algorithm uses object program equivalent substitution and a procedure of dependency graph to replace procedure System Dependency Graph (SDG), which improves the building process of traditional system dependency graph. Experimental results show that the proposed algorithm can effectively reduce the complexity of constructional SDG and increase the rate of program slicing.
What problem does this paper attempt to address?