Skip to search formSkip to main contentSkip to account menu

Pointer analysis

Known as: Points-to analysis 
In computer science, pointer analysis, or points-to analysis, is a static code analysis technique that establishes which pointers, or heap references… 
Wikipedia (opens in a new tab)

Papers overview

Semantic Scholar uses AI to extract papers important to this topic.
2009
2009
Points-to analysis for Java infers heap objects that a reference variable can point to. Existing practiced context-sensitive… 
2008
2008
Exact pointer analysis is an intractable problem, so numero us pointer analysis algorithms have been developed that appro ximate… 
2008
2008
Points-to analysis is a fundamental analysis technique whose results are useful in compiler optimization and software engineering… 
2001
2001
With the advances in Computer Aided Design (CAD) technology, the design of digital circuits is becoming more and more as the… 
2001
2001
This thesis investigates the design and the correctness of a pointer analysis for the Java programming language. Although the… 
2001
2001
As designers may model mixed hardware-software systems using a subset of C or C++, we present SpC, a solution to synthesize and… 
2000
2000
Traditional whole-program analysis cannot be directly applied to programs that include precompiled libraries. Such programs could… 
2000
2000
During the past two decades many different pointer analysis algorithms have been published. Although some descriptions include… 
1996
1996
Abstract : As multiprocessing becomes increasingly successful in scientific and commercial computing, parallel systems will be… 
1980
1980
In this paper we propose an e cient and e ective algorithm to perform ow-insensitive interprocedural pointer analysis which can…