At 10:55 AM 8/21/2002 +0600, you wrote:
>thanks for all those info.
>
>Is there a way to overcome or minimize the problem while having several
>segments ?

What problem?  The extra overhead of segments is minimal.  To reduce this 
overhead, try to have as few calls between segments as possible.  If you're 
using C++, and you make virtual function calls, then there is no extra 
overhead, since those already go through a pointer in the vtable.

Are you really seeing performance problems that you can attribute to 
segment overhead?

>or is there an alterative method to segmentation ?

The only real alternative is to write less code.

-- 
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/

Reply via email to