User's Guide

Including deleted parts

You might find that parts in your application do not make it into the runtime image. Parts referenced solely as strings or as symbols don't make it into the runtime image. To generate a small runtime image, VisualAge strips out all parts that aren't explicitly referenced in the code.

To ensure that all parts in your application are included in the runtime image, check the spusage.es or cmethods.es statistics files. If one or more parts were excluded, you can re-include them by doing either of the following:

For more information on including unreferenced parts, methods, and variables, refer to the IBM Smalltalk User's Guide.


[ Top of Page | Previous Page | Next Page | Table of Contents | Index ]