The key is to profile your application to find the bottlenecks. Look for bits of code that do a lot of heavy computation with as few OS calls as possible. These are your candidates for porting to ARM native code. Of course, optimizing your code without reverting to ARM native code is also a valuable alternative. -- Peter Epstein
-- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/
