A Study of Dead Data Members in C++ Applications


    Object-oriented applications may contain data members that can be removed from the application without affecting program behavior. Such ``dead'' data members may occur due to unused functionality in class libraries, or due to the programmer losing track of member usage as the application changes over time. We present a simple and efficient algorithm for detecting dead data members in C++ applications. This algorithm has been implemented using a prototype version of the IBM VisualAge C++ compiler, and applied to a number of realistic benchmark programs ranging from 600 to 58,000 lines of code. For the non-trivial benchmarks, we found that up to 27.3\% of the data members in the benchmarks are dead (average 12.5\%), and that up to 11.6\% of the object space of these applications may be occupied by dead data members at run-time (average 4.4\%).

By: Peter F. Sweeney and Frank Tip

Published in: RC21051 in

LIMITED DISTRIBUTION NOTICE:

This Research Report is available. This report has been submitted for publication outside of IBM and will probably be copyrighted if accepted for publication. It has been issued as a Research Report for early dissemination of its contents. In view of the transfer of copyright to the outside publisher, its distribution outside of IBM prior to publication should be limited to peer communications and specific requests. After outside publication, requests should be filled only by reprints or legally obtained copies of the article (e.g., payment of royalties). I have read and understand this notice and am a member of the scientific community outside or inside of IBM seeking a single copy only.

RC21051.pdf


Questions about this service can be mailed to reports@us.ibm.com .