<?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: Scoped Objects in Objective-C</title>
	<atom:link href="http://kickingbear.com/blog/archives/13/feed" rel="self" type="application/rss+xml" />
	<link>http://kickingbear.com/blog/archives/13</link>
	<description>stupid cocoa tricks</description>
	<lastBuildDate>Wed, 14 Oct 2009 03:48:26 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Steven Degutis</title>
		<link>http://kickingbear.com/blog/archives/13/comment-page-1#comment-70</link>
		<dc:creator>Steven Degutis</dc:creator>
		<pubDate>Fri, 13 Feb 2009 03:55:01 +0000</pubDate>
		<guid isPermaLink="false">http://kickingbear.com/dispatches/?p=13#comment-70</guid>
		<description>&lt;p&gt;This is a fantastic idea, really. It&#039;s perfect for my IRC app which often gets incoming messages outside of any runloop events. I had to put an NSAutoreleasePool around the message-receiving methods, but this will make the footprint even smaller than it is, which is great!&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>This is a fantastic idea, really. It&#8217;s perfect for my IRC app which often gets incoming messages outside of any runloop events. I had to put an NSAutoreleasePool around the message-receiving methods, but this will make the footprint even smaller than it is, which is great!</p>]]></content:encoded>
	</item>
	<item>
		<title>By: genglish</title>
		<link>http://kickingbear.com/blog/archives/13/comment-page-1#comment-9</link>
		<dc:creator>genglish</dc:creator>
		<pubDate>Tue, 03 Feb 2009 17:29:10 +0000</pubDate>
		<guid isPermaLink="false">http://kickingbear.com/dispatches/?p=13#comment-9</guid>
		<description>&lt;p&gt;In 64bit ObjC, yes. Basically you need a runtime with the C++ and Objective-C exceptions handled the same way. If not the cleanup will be called for C++ exceptions and not Objective-C exceptions.&lt;/p&gt;

&lt;p&gt;There used to be a great comment here explaining all that ... I&#039;ll try to dig it up. :)&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>In 64bit ObjC, yes. Basically you need a runtime with the C++ and Objective-C exceptions handled the same way. If not the cleanup will be called for C++ exceptions and not Objective-C exceptions.</p>

<p>There used to be a great comment here explaining all that &#8230; I&#8217;ll try to dig it up. <img src='http://kickingbear.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>]]></content:encoded>
	</item>
	<item>
		<title>By: Darren</title>
		<link>http://kickingbear.com/blog/archives/13/comment-page-1#comment-8</link>
		<dc:creator>Darren</dc:creator>
		<pubDate>Tue, 03 Feb 2009 17:24:24 +0000</pubDate>
		<guid isPermaLink="false">http://kickingbear.com/dispatches/?p=13#comment-8</guid>
		<description>&lt;p&gt;Neat.  Is the cleanup function called in the event of an ObjC or C++ exception?&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Neat.  Is the cleanup function called in the event of an ObjC or C++ exception?</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Dan</title>
		<link>http://kickingbear.com/blog/archives/13/comment-page-1#comment-6</link>
		<dc:creator>Dan</dc:creator>
		<pubDate>Tue, 03 Feb 2009 15:19:58 +0000</pubDate>
		<guid isPermaLink="false">http://kickingbear.com/dispatches/?p=13#comment-6</guid>
		<description>&lt;p&gt;Yeah. And one day in the future your code will be dead broken... ;)&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Yeah. And one day in the future your code will be dead broken&#8230; <img src='http://kickingbear.com/blog/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>]]></content:encoded>
	</item>
</channel>
</rss>
