Abstract

AbstractThe alias and references escape are often used in Java programs. They bring much convenience to the developers, but, they also give adverse affects on the data flow and control flow of program during program analysis. Therefore, when analyzing Java programs, we must consider the alias and references escape. This paper proposes a static approach to detecting control flow information of programs with alias and references escape. Firstly, it computes the data flow information, including def-use information and alias information caused by references assign and references escape. Secondly, it analyzes the program and gets the control flow information based on the obtained data flow information. Finally, a case study shows that the proposed method can detect control flow information exactly.KeywordsReference escapeProgram analysisControl flowData flowAlias information

Full Text
Paper version not known

Talk to us

Join us for a 30 min session where you can share your feedback and ask us any queries you have

Schedule a call

Disclaimer: All third-party content on this website/platform is and will remain the property of their respective owners and is provided on "as is" basis without any warranties, express or implied. Use of third-party content does not indicate any affiliation, sponsorship with or endorsement by them. Any references to third-party content is to identify the corresponding services and shall be considered fair use under The CopyrightLaw.