Skip to search formSkip to main contentSkip to account menu

Alias analysis

Alias analysis is a technique in compiler theory, used to determine if a storage location may be accessed in more than one way. Two pointers are said… 
Wikipedia (opens in a new tab)

Papers overview

Semantic Scholar uses AI to extract papers important to this topic.
Review
2013
Review
2013
We present a high-level survey of state-of-the-art alias analyses for object-oriented programs, based on a years-long effort… 
Highly Cited
2010
Highly Cited
2010
Many synchronizations in existing multi-threaded programs are implemented in an ad hoc way. The first part of this paper does a… 
2010
2010
Shape analyses (Chase et al. 1990, Sagiv et al. 2002) discover properties of dynamic and/or mutable structures. We ask, “Is there… 
Review
2006
Review
2006
The number and the importance of web applications have increased rapidly over the last years. At the same time, the quantity and… 
Highly Cited
2004
Highly Cited
2004
Model checking is a technique for finding bugs in systems by systematically exploring their state spaces. We wish to extract… 
2004
2004
Web legal information retrieval systems need the capability to reason with the knowledge modeled by legal ontologies. Using this… 
Highly Cited
1999
Highly Cited
1999
We present practical approximation methods for computing and representing interprocedural aliases for a program written in a… 
Highly Cited
1995
Highly Cited
1995
Compiling for efficient execution on advanced computer architectures requires extensive program analysis and transformation. Most… 
Highly Cited
1994
Highly Cited
1994
Existing methods for alias analysis of recursive pointer data structures are based on two approximation techniques: k-limiting… 
Highly Cited
1994
Highly Cited
1994
Data-flow analysis algorithms can be classified into two categories: flow-sensitive and flow-insensitive. To improve efficiency…