At 02:58 AM 10/7/2005, you wrote:
Hi gentlemen,
There is a codewarrior setings code model with 3 options small-smart-large

Does anybody know what does that signify ?

They are described in the "Targeting Palm OS" manual that's in the CodeWarrior documentation folder. The code model determines how function calls are implemented -- the small model allows smaller code, but limits the size that a single segment can grow because a single function call can't be more than 32K away. The large model generates larger code that can jump a much farther distance, while the smart model uses small jumps when possible, large ones otherwise.


-- Ben Combee, Senior Software Engineer, Palm, Inc.
   "Combee on Palm OS" weblog: http://palmos.combee.net/
   Developer Forum Archives:   http://news.palmos.com/read/all_forums/


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

Reply via email to