[Pythonmac-SIG] psyco and Mac OS X i386

Ronald Oussoren ronaldoussoren at mac.com
Tue Jun 6 22:34:59 CEST 2006


On 6-jun-2006, at 21:44, Bob Ippolito wrote:

>
> The IA-32 calling conventions for Mac OS X are documented here:
> http://developer.apple.com/documentation/DeveloperTools/Conceptual/
> LowLevelABI/Articles/IA32.html
>
> And you'll probably also want to look at the disassembly (otool -tVv
> is good for this, or just gcc -S) of a trivial C program or two to
> get an idea of what it looks like in practice.

And if you prefer to decode hairy C code you could look at libffi  
(both the version in python-trunk and that in PyObjC support darwin/ 
x86) ;-)

Ronald

>
> -bob
>
> _______________________________________________
> Pythonmac-SIG maillist  -  Pythonmac-SIG at python.org
> http://mail.python.org/mailman/listinfo/pythonmac-sig



More information about the Pythonmac-SIG mailing list