On Thu, Jan 25, 2001 at 09:01:13AM -0800, Jason Feinberg wrote:
>
> "Danny Epstein" <[EMAIL PROTECTED]> wrote in message
> news:37050@palm-dev-forum...
> > If you're using CodeWarrior, you can set MacsBug Symbols to None in the
> 68K
> > Processor target settings panel. This removes your routine names from the
> > compiled code. These names can be useful for low-level debugging, but you
> > probably don't need them in release builds. Depending on how verbose you
> > are, this can have a significant effect. :)
>
> Thanks for the reply.
>
> Okay, I did this, and it took about 600 bytes out, which is good. Also
> turned off the A6 Frames, took another 90 bytes out.
>
> I have optimizations on level 4 and it is set to optimize for code size.
>
> Anything else?
You might want to check for constants and strings and such that are
initialized but don't need to be.
Beyond that, without knowing how much is code/data/other resources it
is really hard to help. If you only have 4k of code you are likely
near the edge, but if you only have 4k of resources, there may be
things. But it will be hard without seeing your code or at least a
link map showing the size of each routine and/or data item.
--
For information on using the Palm Developer Forums, or to unsubscribe, please see
http://www.palmos.com/dev/tech/support/forums/