Re: Cocoa and dead-code stripping
Re: Cocoa and dead-code stripping
- Subject: Re: Cocoa and dead-code stripping
- From: Half Activist <email@hidden>
- Date: Mon, 2 Jul 2007 13:09:41 +0200
Dear Peter,
Forgive me if i'm wrong, but this has nothing to do with dead code
stripping, but linking to shared libraries instead, reuse of existing
code.
Furthermore, the code you execute, be it in a shared library or in
your binary object exists, so the actual code isn't smaller (for the
processor)
but is even bigger since linking has to be done each time you launch
your application. (ok, the difference isn't that big)
So the saving you do only applies to distribution of your compiled +
linked binary file.
Regards.
On Jul 2, 2007, at 12:15 PM, Peter Hudson wrote:
Hi there
The more use you make of Cocoa objects, the smaller your code remains.
All the Cocoa frameworks ( thus, supporting code ) are there
already on the machine !
Leverage !
Peter
_______________________________________________
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:
40gmail.com
This email sent to email@hidden
_______________________________________________
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