At 05:32 PM 9/26/2002 -0700, you wrote: >"Aaron Boyd" <[EMAIL PROTECTED]> wrote in message news:96553@palm-dev-forum... > > Has anyone done much better than 15:1? > >Exception data accounts for 15K in our 321KB (POS, MSL, OO, C++) >expanded-mode non-debug mode app (15K of 403KB debug). > >They do work well, and we advocate their use. >We could probably optimize their use a bit (per Ben Combee's instructions >that I think I saw on www.palmoswerks.com), but we're simply waiting for CW >v9 >where I think exception data will be moved out of A5 (in which case we don't >care as much about their size).
Exception tables are already in the expanded section, references via A4. V9 will move the intersegment jump-tables into the expanded section, allowing you to have mulitsegment code execute on non-global launches. -- Ben Combee <[EMAIL PROTECTED]> CodeWarrior for Palm OS technical lead Palm OS programming help @ www.palmoswerks.com -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
