Re: @property problem
Re: @property problem
- Subject: Re: @property problem
- From: Andrew Farmer <email@hidden>
- Date: Mon, 11 Feb 2008 21:25:27 -0800
On 11 Feb 08, at 19:44, Jens Alfke wrote:
On Intel, 64-bit code supposedly runs somewhat faster, as it uses a
different instruction set with considerably more registers
available. (The regular x86 has only four registers, IIRC. Or maybe
that was the Z80.) On PowerPC, the G5 uses the same instruction set
in 64-bit, so it doesn't make a difference.
32-bit x86 has eight registers: eax, ebx, ecx, edx, esi, edi, ebp, and
esp. (The last two are basically reserved, though.) x86-64 has sixteen
registers.
_______________________________________________
Cocoa-dev mailing list (email@hidden)
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:
This email sent to email@hidden