phasar
phasar copied to clipboard
Implement a Full-constant Propagation for the InterMonoSolver
Implement a full-constant propagation using the inter-procedural monotone problem such that it can be solved by the InterMonoSolver. The analysis has to be field-sensitive (k-limited) and must make use of points-to information.
Teaser: this analysis will be one of the analyses that is to be used to evaluate the correctness of the incremental/INC strategy implementation.
Hey Linus, I will upload some template files (including unit tests) for the analysis that you can fill.
Please fork your feature branch from development.