Yup. If you can live within the restrictions of the small model, your code will be 
faster and take less space. Once you've gone through the trouble of breaking your 
application up into modular source files and are using multiple segments, it's usually 
pretty easy to keep jumps within a segment under the 32K limit of the small model. 
Note that you can have segments larger than 32K, as long as none of the jumps within 
the segment are more than 32K. If you're just a bit over 32K, you can often arrange 
the files within the segment to avoid jumps over the limit.
--
Peter Epstein
Palm Inc. Developer


-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/tech/support/forums/

Reply via email to