Sciweavers

ISCIS
2004
Springer

Thread-Sensitive Points-to Analysis for Multithreaded Java Programs

13 years 9 months ago
Thread-Sensitive Points-to Analysis for Multithreaded Java Programs
Abstract. Every running thread has its own thread context that consists of values of the fields of the target thread object. To consider the thread context in understanding the behaviors of concurrently running threads, we propose a thread-sensitive interprocedural analysis for multithreaded Java applications. Our thread-sensitive analysis exploits thread-context information, instead of the conventional calling-context information, for computing dataflow facts holding at a statement. The thread-sensitive analysis is highly effective in distinguishing dataflow facts for different threads, producing more precise dataflow information than non-thread-sensitive analysis. The analysis is also generally much more efficient than conventional (calling) context-sensitive analysis. It uses the target thread objects at a thread start site to distinguish different thread contexts. We give a thread-sensitive points-to analysis as an instance of thread-sensitive analysis. We have implemented i...
Byeong-Mo Chang, Jong-Deok Choi
Added 02 Jul 2010
Updated 02 Jul 2010
Type Conference
Year 2004
Where ISCIS
Authors Byeong-Mo Chang, Jong-Deok Choi
Comments (0)