1. What contributions have the authors mentioned in the paper "Demand-driven context-sensitive alias analysis for java" ?
This paper presents a novel context-sensitive, demand-driven alias analysis for Java that achieves efficiency by answering alias queries directly, instead of relying on an underlying points-to analysis.. To improve analysis scalability, the authors propose to compute procedural reachability summaries online, during the CFLreachability computation.. Their approach selects for summarization only a subset of heavilyused methods ( i. e., methods having a large number of incoming edges in the static call graph ).. The authors have performed a variety of studies on the proposed analysis.
read more





