Fast Static Analysis of C++ Virtual Function Calls

Presented on October 22, 2018
Presenter: Mehmet

Preview

Mehmet will talk about eliminating virtual function calls (i.e. dynamic dispatch), Class Hierarchy Analysis (CHA), and Rapid Type Analysis (RTA). The presentation will focus on the paper that introduced RTA: Fast Static Analysis of C++ Virtual Function Calls by David F. Bacon and Peter F. Sweeney.

For reference, here is the paper that introduced CHA to the best of my knowledge.