Re: @property problem
Re: @property problem
- Subject: Re: @property problem
- From: Jens Alfke <email@hidden>
- Date: Mon, 11 Feb 2008 19:44:01 -0800
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.
Of course, 64-bit code uses more memory for pointers, which increases
cache misses and paging, so whether it's actually faster probably
depends on exactly what the code does...
—Jens_______________________________________________
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