Concurrent Ada Dead Statements Detection

ZQ Chen,BW Xu,HJ Yang,JJ Zhao
DOI: https://doi.org/10.1016/s0950-5849(02)00106-4
IF: 3.9
2002-01-01
Information and Software Technology
Abstract:In a concurrent environment, due to schedule, race conditions and synchronisation among concurrent units, some program statements may never be executed. Such statements are dead statements and have no influence on the programs except making them more difficult to analyse and understand. Since the execution of concurrent programs is non-deterministic, it is hard to detect dead statements. In this paper, we develop a data flow approach to detect dead statements for concurrent Ada programs. In this method, concurrent Ada programs are represented by concurrent control flow graphs in a simple and precise way, and detecting rules are extracted by analysing program behaviours. Based on these rules, a dead statement detecting algorithm is proposed.
What problem does this paper attempt to address?