An empirical study of control dependency and data dependency for large software systems
Sonam Agarwal, Arun Prakash Agrawal
Abstract
Sonam Agarwal, Arun Prakash Agrawal
Abstract
Empirical study of control dependency and data dependency means that after applying various observations and techniques for large software as well as small programs we analyze that data dependency is more suitable for large software systems and control dependency is more suitable for small programs. For small programs with a few lines of code, static slicing gives the well output and provide optimum solution for a given problem. In this paper, we share our experiences for the working of the program static slicing and traverse the program through control dependency and data dependency. Control dependency and data dependency are best suitable for forward static slicing in program dependence graph (PDG). The main emphasis of static slicing provides the program free from various designing errors, debugging errors and retrieves the solution in more understable form.
OpenAlex reports 2 citations for this work. Citation counts describe recorded attention and do not establish research quality.
A contribution statement is not available in the OpenAlex record.
Method details are not available in the OpenAlex metadata.
Findings are not separately available in the OpenAlex metadata.
Limitations are not available in the OpenAlex metadata.
Application details are not available in the OpenAlex metadata.
Empirical study of control dependency and data dependency means that after applying various observations and techniques for large software as well as small programs we analyze that data dependency is more suitable for large software systems and control dependency is more suitable for small programs. For small programs with a few lines of code, static slicing gives the well output and provide optimum solution for a given problem. In this paper, we share our experiences for the working of the program static slicing and traverse the program through control dependency and data dependency. Control dependency and data dependency are best suitable for forward static slicing in program dependence graph (PDG). The main emphasis of static slicing provides the program free from various designing errors, debugging errors and retrieves the solution in more understable form.
Key concepts: Program slicing, Dependency (UML), Dependency graph, Computer science, Debugging, Slicing, Traverse, Static analysis