> From: Joel Stanley [mailto:[EMAIL PROTECTED]]
> I've taken an existing application in C and rewritten portions of it in
> C++. I've tried not to be abusive, using only lightweight derivation
> my code bloat amount seems to be about 17K or so.

Magic words: MAP FILE.  Look in the linker map file to see what's going on.
This will tell you if your individual functions all got bigger, or if a lot
of runtime support code is getting linked, etc.  Compare "before" and
"after" versions of the file to see differences.

Without this level of detailed information, figuring this out (as you have
seen) is basically shooting in the dark.

-slj-


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

Reply via email to