Sciweavers

SAS
2015
Springer

May-Happen-in-Parallel Analysis for Asynchronous Programs with Inter-Procedural Synchronization

8 years 3 days ago
May-Happen-in-Parallel Analysis for Asynchronous Programs with Inter-Procedural Synchronization
A may-happen-in-parallel (MHP) analysis computes pairs of program points that may execute in parallel across different distributed components. This information has been proven to be essential to infer both safety properties (e.g., deadlock freedom) and liveness properties (termination and resource boundedness) of asynchronous programs. Existing MHP analyses take advantage of the synchronization points to learn that one task has finished and thus will not happen in parallel with other tasks that are still active. Our starting point is an existing MHP analysis developed for intra-procedural synchronization, i.e., it only allows synchronizing with tasks that have been spawned inside the current task. This paper leverages such MHP analysis to handle inter-procedural synchronization, i.e., a task spawned by one task can be awaited within a different task. This is challenging because task synchronization goes beyond the boundaries of methods, and thus the inference of MHP relations requir...
Elvira Albert, Samir Genaim, Pablo Gordillo
Added 17 Apr 2016
Updated 17 Apr 2016
Type Journal
Year 2015
Where SAS
Authors Elvira Albert, Samir Genaim, Pablo Gordillo
Comments (0)