Re: Cocoa and dead-code stripping
Re: Cocoa and dead-code stripping
- Subject: Re: Cocoa and dead-code stripping
- From: Steve Christensen <email@hidden>
- Date: Mon, 2 Jul 2007 12:39:16 -0700
On Jul 2, 2007, at 10:34 AM, Scott Ribe wrote:
This works pretty
well for C++/Carbon.
Well, gcc can't dead-strip *virtual* functions, so the current size
of your
code may already represent some bloat, and you may lose absolutely
nothing
going to Objective-C...
Yep, I know about C++ virtual methods, and I have some bloat from
that. Effectively it sounds like Obj-C methods are being treated as
exclusively virtual so nothing gets stripped.
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden