Re: objc_msgSend() tour

2010-02-04 Thread Alastair Houghton
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

objc_msgSend() tour

2010-02-03 Thread Bill Bumgarner
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