Interprocedural Partitioning: Points-to
Goal: have points-to analysis that is scalable without losing precision
avoid having the the whole program in memory, incomplete programs
Two approaches:
- Summary functions [Chatterjee,Ryder,Landi, POPL’99]
- Phases [Liang & Harrold, FSE’99]