<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: objc_msgSend() Tour Part 3: The Fast Path</title>
	<atom:link href="http://www.friday.com/bbum/2009/12/18/objc_msgsend-tour-part-3-the-fast-path/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.friday.com/bbum/2009/12/18/objc_msgsend-tour-part-3-the-fast-path/</link>
	<description>...so google can index my head.</description>
	<lastBuildDate>Mon, 26 Jul 2010 19:42:06 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: drain an NSAutoReleasePool Don&#8217;t release it &#171; Vincent Gable&#8217;s Blog</title>
		<link>http://www.friday.com/bbum/2009/12/18/objc_msgsend-tour-part-3-the-fast-path/comment-page-1/#comment-194579</link>
		<dc:creator>drain an NSAutoReleasePool Don&#8217;t release it &#171; Vincent Gable&#8217;s Blog</dc:creator>
		<pubDate>Thu, 27 May 2010 02:43:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.friday.com/bbum/?p=1665#comment-194579</guid>
		<description>[...] a garbage-collected environment, sending any object a release message is hardcoded by the runtime to do nothing (very quickly). So [pool release] won&#8217;t do anything. But [pool drain] will [...]</description>
		<content:encoded><![CDATA[<p>[...] a garbage-collected environment, sending any object a release message is hardcoded by the runtime to do nothing (very quickly). So [pool release] won&#8217;t do anything. But [pool drain] will [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Don&#8217;t Check For nil in Your dealloc Methods &#171; Vincent Gable&#8217;s Blog</title>
		<link>http://www.friday.com/bbum/2009/12/18/objc_msgsend-tour-part-3-the-fast-path/comment-page-1/#comment-194387</link>
		<dc:creator>Don&#8217;t Check For nil in Your dealloc Methods &#171; Vincent Gable&#8217;s Blog</dc:creator>
		<pubDate>Mon, 17 May 2010 08:58:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.friday.com/bbum/?p=1665#comment-194387</guid>
		<description>[...] a method on a NULL variable is a no-op in Objective-C. And the runtime already has a super-fast check for this case.  So adding an extra if test into your code will probably slow things [...]</description>
		<content:encoded><![CDATA[<p>[...] a method on a NULL variable is a no-op in Objective-C. And the runtime already has a super-fast check for this case.  So adding an extra if test into your code will probably slow things [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bbum&#39;s weblog-o-mat &#187; Blog Archive &#187; objc_msgSend() Tour Part 4: Method Lookup &#38; Some Odds and Ends</title>
		<link>http://www.friday.com/bbum/2009/12/18/objc_msgsend-tour-part-3-the-fast-path/comment-page-1/#comment-193041</link>
		<dc:creator>bbum&#39;s weblog-o-mat &#187; Blog Archive &#187; objc_msgSend() Tour Part 4: Method Lookup &#38; Some Odds and Ends</dc:creator>
		<pubDate>Thu, 04 Feb 2010 07:13:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.friday.com/bbum/?p=1665#comment-193041</guid>
		<description>[...] objc_msgSend() Tour Part 3: The Fast Path [...]</description>
		<content:encoded><![CDATA[<p>[...] objc_msgSend() Tour Part 3: The Fast Path [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bbum&#39;s weblog-o-mat &#187; Blog Archive &#187; objc_msgSend() Tour Part 1: The Road Map</title>
		<link>http://www.friday.com/bbum/2009/12/18/objc_msgsend-tour-part-3-the-fast-path/comment-page-1/#comment-193040</link>
		<dc:creator>bbum&#39;s weblog-o-mat &#187; Blog Archive &#187; objc_msgSend() Tour Part 1: The Road Map</dc:creator>
		<pubDate>Thu, 04 Feb 2010 06:47:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.friday.com/bbum/?p=1665#comment-193040</guid>
		<description>[...] objc_msgSend() Tour Part 3: The Fast Path [...]</description>
		<content:encoded><![CDATA[<p>[...] objc_msgSend() Tour Part 3: The Fast Path [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bbum&#8217;s weblog-o-mat &#187; Blog Archive &#187; objc_msgSend() Tour Part 2: Setting the Stage</title>
		<link>http://www.friday.com/bbum/2009/12/18/objc_msgsend-tour-part-3-the-fast-path/comment-page-1/#comment-192734</link>
		<dc:creator>bbum&#8217;s weblog-o-mat &#187; Blog Archive &#187; objc_msgSend() Tour Part 2: Setting the Stage</dc:creator>
		<pubDate>Wed, 06 Jan 2010 16:44:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.friday.com/bbum/?p=1665#comment-192734</guid>
		<description>[...] 2.5 License.          Amazon.com Widgets  &#171; objc_msgSend() Tour Part 1: The Road Map objc_msgSend() Tour Part 3: The Fast Path [...]</description>
		<content:encoded><![CDATA[<p>[...] 2.5 License.          Amazon.com Widgets  &laquo; objc_msgSend() Tour Part 1: The Road Map objc_msgSend() Tour Part 3: The Fast Path [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andy Matuschak</title>
		<link>http://www.friday.com/bbum/2009/12/18/objc_msgsend-tour-part-3-the-fast-path/comment-page-1/#comment-192621</link>
		<dc:creator>Andy Matuschak</dc:creator>
		<pubDate>Tue, 22 Dec 2009 19:14:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.friday.com/bbum/?p=1665#comment-192621</guid>
		<description>Thanks for the very helpful annotated tour! This stuff is fascinating, and I think it&#039;s important to understand how things work from top to bottom.</description>
		<content:encoded><![CDATA[<p>Thanks for the very helpful annotated tour! This stuff is fascinating, and I think it&#8217;s important to understand how things work from top to bottom.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
