Re: prebinding questions
Re: prebinding questions
- Subject: Re: prebinding questions
- From: Hua Ying Ling <email@hidden>
- Date: Mon, 29 Mar 2004 15:30:39 -0500
I'm working on creating a framework for a project that I working on
that
will eventually include another framework as a part of itself (I've
read
the notes in Apple's documentation cautioning against this, but in our
case, this really is the best way of doing things). My question
relates
to prebinding; I've set up the linker flags so that my super framework
starts at address 0xb0000000, which makes prebinding work. When I
change it to 0xa0000000, prebinding fails. For this project (which is
quite small and only has a couple of frameworks) I can experiment until
I find addresses where the prebinding succeeds. However, in larger
projects that is likely to fail. Is there a simple, guaranteed method
where I can figure out my prebinding requirements?
You might be using a address range reserved for Apple use only. This
table for prebinding address ranges might be helpful:
<http://developer.apple.com/documentation/Performance/Conceptual/
LaunchTime/Tasks/Prebinding.html#//apple_ref/doc/uid/20001858>
HTH
~Hua Ying
_______________________________________________
xcode-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/xcode-users
Do not post admin requests to the list. They will be ignored.