Re: Framework and Prebinding
Re: Framework and Prebinding
- Subject: Re: Framework and Prebinding
- From: Bill Cheeseman <email@hidden>
- Date: Fri, 29 Oct 2004 05:53:20 -0400
on 2004-10-29 4:24 AM, Evan Schoenberg at email@hidden wrote:
>
As long as this warning exists, users will have decreased speed in loading
>
your app because prebinding is disabled. Add the -seg1addr flag to your
>
"Other Linker Flags" on the framework target's build settings, like so:
>
-seg1addr 0x10000000
>
>
which is the default setting. Increase that value to avoid the amount of
>
memory used by __TEXT... so for one of my private frameworks, I have:
>
-seg1addr 0x10600000
And search Apple's documentation for the tables that tell you which
addresses are available to developers and which are reserved by Apple. The
tables were "corrected" recently, because the previous tables gave wrong
addresses.
Also, starting with apps running under Mac OS X 10.3.4, Apple says
prebinding is no longer necessary as a practical matter because runtime
binding is now much faster.
--
Bill Cheeseman - email@hidden
PLEASE NOTE NEW E-MAIL ADDRESS!
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden