Sciweavers

8 search results - page 1 / 2
» Analysis of Equality Relationships for Imperative Programs
Sort
View
51
Voted
CORR
2006
Springer
116views Education» more  CORR 2006»
15 years 23 days ago
Analysis of Equality Relationships for Imperative Programs
P. Emelyanov
141
Voted
DAGSTUHL
1996
15 years 2 months ago
Specialization of Imperative Programs Through Analysis of Relational Expressions
An analysis method for specialization of imperative programs is described in this paper. This analysis is an inter-procedural data flow method operating on control flow graphs and...
Alexander Sakharov
226
Voted
POPL
2003
ACM
16 years 1 months ago
Discovering affine equalities using random interpretation
We present a new polynomial-time randomized algorithm for discovering affine equalities involving variables in a program. The key idea of the algorithm is to execute a code fragme...
Sumit Gulwani, George C. Necula
PLDI
2010
ACM
15 years 5 months ago
Resolving and exploiting the k-CFA paradox: illuminating functional vs. object-oriented program analysis
Low-level program analysis is a fundamental problem, taking the shape of “flow analysis” in functional languages and “points-to” analysis in imperative and object-oriente...
Matthew Might, Yannis Smaragdakis, David Van Horn
201
Voted
POPL
2004
ACM
16 years 1 months ago
Global value numbering using random interpretation
We present a polynomial time randomized algorithm for global value numbering. Our algorithm is complete when conditionals are treated as non-deterministic and all operators are tr...
Sumit Gulwani, George C. Necula