[comp.sys.mac.programmer] Help needed reducing Think C Jump Table Size

slewis@aerospace.aero.org (10/06/90)

   Help I am developing a THINK_C project with about 120 classes
and 130 files and am running out of Jump Table space. What can I 
do to radically cut my jump table use. Not all classs are used by the
current application but it is difficult to decide which are used.
   If I move some routines to libraries will that eliminate jump
table entries for unreferenced objects. Going through and declaring 
everything that can be static static is a huge job. Do any others have
this problem??
    Symantec- I may have to abandon think C over this issue. Any plans
to up the jump table size??