On Aug 8, 2009, at 11:34 AM, Greg Guerin wrote:

If nothing else works, you may have to code a runtime choice between different code modules compiled for arm6 or arm7. In short, simulate fat binaries manually by loading the appropriate module after the main code determines the current runtime architecture.


Note that you can't load modules at runtime on iPhoneOS. You could possibly link in both arm6 and arm7 code into the same binary, then do some kind of function pointer twiddling at runtime to call the appropriate functions.

--
Dave Carrigan
d...@rudedog.org
Seattle, WA, USA

Attachment: PGP.sig
Description: This is a digitally signed message part

_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

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:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to