At 12:49 AM 8/13/2004, you wrote:
Thanks, I will definitely try that, although I'm not sure how it will help as I don't know assembly very well.

You don't need to know assembly -- the disassembly output shows both code and data and what's in the data sections.


Also, remember that the size in the "data" column doesn't necessarily contribute to the program's data size, since the linker removes code and data that's not referenced.

I just find it strange, because the arrays are in a class which isn't instantiated in this file. So I don't understand why changing the size of that class' member affects the code size. I could understand if it were being instantiated, of course.

Code could be referring to an "example" object or static data that's used to create an instance of the object... we won't really know until you check things out.



-- Ben Combee, DTS technical lead, PalmSource, Inc. "Combee on Palm OS" weblog: http://palmos.combee.net/ Palm OS Dev Fourm Archives: http://news.palmos.com/read/all_forums/



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

Reply via email to