At 03:15 AM 1/21/2006, you wrote:
Subject: ARM code
From: Igor Krozov <[EMAIL PROTECTED]>
Date: Fri, 20 Jan 2006 22:52:58 +0200


Does using of ARM code make significant perfomance winning in ADPCM encoding, for
  example, on Treo 600 and treo 650 ?

It depends.

If your code mostly calls the Palm OS API's, which are written in optimized ARM-native code, then switching over to PNO's (native ARM programming) probably isn't worth the hassle.

But if you have a lot of straight line C or C++ code, then it might well be worth your while, such as for games or other graphics intensive code.

If you have some performance critical modules, then you might find it better to just implement those in PNOs and leave the rest in running under PACE.

Roger Stringer
Marietta Systems, Inc. (www.rf-tp.com)


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

Reply via email to