Home | DMP | Project | Journal | Contact Relevant Java Classes | Delete Call Site | Template Call Graph | Research | Final Report
INTRODUCTION My research for the summer invovles implementing, testing, and evaluating an incremental call graph update algorithm devised by Professor Souter for her dissertation. The overall goal is to experimentally evaluate this algorithm, Del_Call_Site, for object-oriented languages. The algorithm takes in a template call graph initally constructed using the exhaustive Cartesian Product Algorithm, the method being edited, and a deleted call site within that method. It then incrementally produces an updated call graph. Previous research indicates that this incremental approach saves time versus exhaustive reconstruction and easily indicates the potentially affected regions in which to begin reanalysis; my work will help to determine the future of Del_Call_Site and similar algorithms.
Home | DMP | Project | Journal | Contact Relevant Java Classes | Delete Call Site | Template Call Graph | Research | Final Report ©2002, Katie Heise |