Title :
Parallel Reachability and Escape Analyses
Author :
Edvinsson, Marcus ; Lundberg, Jonas ; Löwe, Welf
Author_Institution :
Sch. of Comput. Sci., Phys. & Math. Linnaeus Univ., Vaxjo, Sweden
Abstract :
Static program analysis usually consists of a number of steps, each producing partial results. For example, the points-to analysis step, calculating object references in a program, usually just provides the input for larger client analyses like reach ability and escape analyses. All these analyses are computationally intense and it is therefore vital to create parallel approaches that make use of the processing power that comes from multiple cores in modern desktop computers. The present paper presents two parallel approaches to increase the efficiency of reach ability analysis and escape analysis, based on a parallel points-to analysis. The experiments show that the two parallel approaches achieve a speed-up of 1.5 for reach ability analysis and 3.8 for escape analysis on 8 cores for a benchmark suite of Java programs.
Keywords :
Java; parallel processing; program diagnostics; reachability analysis; Java program; client analysis; desktop computer; escape analysis; multiple core; parallel points to analysis; parallel reachability; processing power; static program analysis; Algorithm design and analysis; Analytical models; Benchmark testing; Context; Java; Program processors; Reachability analysis;
Conference_Titel :
Source Code Analysis and Manipulation (SCAM), 2010 10th IEEE Working Conference on
Conference_Location :
Timisoara
Print_ISBN :
978-1-4244-8655-7
DOI :
10.1109/SCAM.2010.10