Context-sensitivity is the primary approach for adding more precision to a points-to analysis, while hopefully also maintaining scalability. An oft-reported problem with context-sensitive analyses, however, is that they are bi-modal: either the analysis is precise enough that it manipulates only manageable sets of data, and thus scales impressively well, or the analysis gets quickly derailed at the first sign of imprecision and becomes orders-of-magnitude more expensive than would be expected given the program’s size. There is currently no approach that makes precise context-sensitive analyses (of any flavor: call-site-, object-, or type-sensitive) scale across the board at a level comparable to that of a context-insensitive analysis. To ad...
Points-to analysis addresses a fundamental problem in program analysis: determining statically which...
This paper explores the use of context sensitivity both intra- and interprocedurally in a blended (s...
Whether context-sensitive program analysis is more effective than context-insensitive analysis is an...
How to make precise context-sensitive analyses scale like context-insensitive analysis? Problem Obse...
We present a method for selectively applying context-sensitivity during interprocedural program anal...
Interprocedural analyses can be classied as either context-insensitive, which tend to sacri-ce preci...
We present a method for selectively applying context-sensitivity during interprocedural program anal...
Points-to analysis is a static program analysis that extracts reference information from programs, e...
Context-sensitive points-to analysis is critical for several program optimizations. However, as the ...
Context-sensitive global analysis of large code bases can be expensive, which can make its use impra...
Points-to analysis is a static program analysis that tries to predict the dynamic behavior of progra...
A context-sensitive analysis is an analysis in which program elements are interpreted with respect ...
Context sensitive inter-procedural dataflow analysis is a precise approach for static analysis of pr...
Abstract. Context-sensitive points-to analysis is critical for several pro-gram optimizations. Howev...
121 p.Thesis (Ph.D.)--University of Illinois at Urbana-Champaign, 2004.Overall, the accuracy of the ...
Points-to analysis addresses a fundamental problem in program analysis: determining statically which...
This paper explores the use of context sensitivity both intra- and interprocedurally in a blended (s...
Whether context-sensitive program analysis is more effective than context-insensitive analysis is an...
How to make precise context-sensitive analyses scale like context-insensitive analysis? Problem Obse...
We present a method for selectively applying context-sensitivity during interprocedural program anal...
Interprocedural analyses can be classied as either context-insensitive, which tend to sacri-ce preci...
We present a method for selectively applying context-sensitivity during interprocedural program anal...
Points-to analysis is a static program analysis that extracts reference information from programs, e...
Context-sensitive points-to analysis is critical for several program optimizations. However, as the ...
Context-sensitive global analysis of large code bases can be expensive, which can make its use impra...
Points-to analysis is a static program analysis that tries to predict the dynamic behavior of progra...
A context-sensitive analysis is an analysis in which program elements are interpreted with respect ...
Context sensitive inter-procedural dataflow analysis is a precise approach for static analysis of pr...
Abstract. Context-sensitive points-to analysis is critical for several pro-gram optimizations. Howev...
121 p.Thesis (Ph.D.)--University of Illinois at Urbana-Champaign, 2004.Overall, the accuracy of the ...
Points-to analysis addresses a fundamental problem in program analysis: determining statically which...
This paper explores the use of context sensitivity both intra- and interprocedurally in a blended (s...
Whether context-sensitive program analysis is more effective than context-insensitive analysis is an...