Hi all, I'm trying to minimize the memory footprint and am going back to see where I can save space.
Turns of some spots of the code that generate reams of object code and I'm trying to figure out why. So, I went back to some of the samples with similar sections/control use/functionality to play around there. I found the g++ (Ubuntu) generated object file AttachmentEdit.o for AttachmentEdit.cpp in composer is 940K!! I can't figure out what compiler options I need to make this puppy smaller and I don't see anything to cause this type of bloat. Debug is in there, but the stripped application is still huge. I've got a few other .o files that are also huge, it may be that I'm doing the same thing in those files too. I figure there is something I'm doing that's causing reams of 'template' code, or inlines to be generated, or unrolling C macros? I thought maybe the WString::tr, but It doesn't seem so. Ideas?? Thanks! -Jim ------------------------------------------------------------------------------ Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are powering Web 2.0 with engaging, cross-platform capabilities. Quickly and easily build your RIAs with Flex Builder, the Eclipse(TM)based development software that enables intelligent coding and step-through debugging. Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com _______________________________________________ witty-interest mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/witty-interest
