<?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: On local variables&#8217; scopes and other problems</title>
	<atom:link href="http://chaoticjava.com/posts/on-local-variables-scopes-and-other-problems/feed/" rel="self" type="application/rss+xml" />
	<link>http://chaoticjava.com/posts/on-local-variables-scopes-and-other-problems/</link>
	<description>The internet, design patterns, frameworks and Java</description>
	<lastBuildDate>Sat, 05 Nov 2011 18:39:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Chaotic Java &#187; Bug fixed, carry on yielding!</title>
		<link>http://chaoticjava.com/posts/on-local-variables-scopes-and-other-problems/comment-page-1/#comment-8827</link>
		<dc:creator>Chaotic Java &#187; Bug fixed, carry on yielding!</dc:creator>
		<pubDate>Thu, 30 Aug 2007 16:32:31 +0000</pubDate>
		<guid isPermaLink="false">http://chaoticjava.com/posts/on-local-variables-scopes-and-other-problems/#comment-8827</guid>
		<description>[...] Autoboxing: Since slots are multi-purpose, and can contain different types at different scopes (see previous post for details), all new slot members are of type Object. Because of that, all primitives inserted into slots are to be boxed when written and unboxed when read. [...]</description>
		<content:encoded><![CDATA[<p>[...] Autoboxing: Since slots are multi-purpose, and can contain different types at different scopes (see previous post for details), all new slot members are of type Object. Because of that, all primitives inserted into slots are to be boxed when written and unboxed when read. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Avah</title>
		<link>http://chaoticjava.com/posts/on-local-variables-scopes-and-other-problems/comment-page-1/#comment-8715</link>
		<dc:creator>Avah</dc:creator>
		<pubDate>Wed, 29 Aug 2007 04:52:11 +0000</pubDate>
		<guid isPermaLink="false">http://chaoticjava.com/posts/on-local-variables-scopes-and-other-problems/#comment-8715</guid>
		<description>Just a little note on optimisations: after I see this method works, I can always add optimisations in a way that maps each slot to a single primitive type if available. For example, that should probably happen with primitive parameters to a method, or with global scope local variables (the ones you define at the top of your method).

It will be an interesting exercise, but for now, I just want to see the yielder working again for everyone, Eclipse and non-debug-info as well, so I&#039;ll make the easier fix first.</description>
		<content:encoded><![CDATA[<p>Just a little note on optimisations: after I see this method works, I can always add optimisations in a way that maps each slot to a single primitive type if available. For example, that should probably happen with primitive parameters to a method, or with global scope local variables (the ones you define at the top of your method).</p>
<p>It will be an interesting exercise, but for now, I just want to see the yielder working again for everyone, Eclipse and non-debug-info as well, so I&#8217;ll make the easier fix first.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

