On 4 Feb 2010, at 06:58, Bill Bumgarner wrote:
> Folks-
>
> I finally banged out part IV -- the 'slow path' & odds/ends -- of my
> tour of objc_msgSend() on x86_64. If you want to know how method invocations
> works in instruction by instruction detail on x86_64, you might find it
> int
Folks-
I finally banged out part IV -- the 'slow path' & odds/ends -- of my
tour of objc_msgSend() on x86_64. If you want to know how method invocations
works in instruction by instruction detail on x86_64, you might find it
interesting:
http://www.friday.com/bbum/2009/12/18/o