Re: Linker pragma to share pages?
Re: Linker pragma to share pages?
- Subject: Re: Linker pragma to share pages?
- From: Chris Hanson <email@hidden>
- Date: Sat, 30 Sep 2006 21:52:01 -0700
On Sep 30, 2006, at 5:18 AM, Simon Raisin wrote:
I *know* there are other ways to share memory among dynlibs, but I'd
like to know if it is possible to accomplish "shared pages" the same
way I've done it on another platform. This is just for
informational purposes, I am not suggesting this would an acceptable
practice in general.
Mac OS X doesn't support automatic globally-shared data in dynamic
libraries. You'll need to use another strategy to enable this, such
as using shared memory APIs.
-- Chris
_______________________________________________
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