Re: Code bloat
Re: Code bloat
- Subject: Re: Code bloat
- From: "Justin C. Walker" <email@hidden>
- Date: Sat, 3 Dec 2005 10:27:31 -0800
On Dec 2, 2005, at 18:30 , Red Marble Games wrote:
As a recent, forced convert from CodeWarrior, I've just brought a
project over to Xcode. In CW, the total code size was about 1 MB;
in Xcode 2.2, even with the Deployment configuration, fastest-
smallest optimization, debug symbols stripped, etc., it's still
almost 23 MB. No setting I fiddle with seems able to affect the
size by more than 1 MB or so. Am I missing something obvious that
reduces the size of the code? Or is this just part of the Brave
New World? Thanks.
Is this actually code bloat, or are you looking at file size? The
size(1) and otool(1) commands will tell you the actual size of the
code, data, and bss segments of your executable.
Regards,
Justin
--
Justin C. Walker, Curmudgeon-at-Large
() The ASCII Ribbon Campaign
/\ Help Cure HTML Email
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden
References: | |
| >Code bloat (From: Red Marble Games <email@hidden>) |