Linker pragma to share pages?
Linker pragma to share pages?
- Subject: Linker pragma to share pages?
- From: "Simon Raisin" <email@hidden>
- Date: Sat, 30 Sep 2006 08:18:44 -0400
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.
// On another platform
#pragma data_seg("SHARED")
...variables in here
#pragma data_seg()
#pragma comment(linker, "/section:SHARED,RWS")
Thanks!
_______________________________________________
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