<?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: Constants and Speed</title>
	<atom:link href="http://alecmce.com/as3/constants-and-speed/feed" rel="self" type="application/rss+xml" />
	<link>http://alecmce.com/as3/constants-and-speed</link>
	<description>Coding on the Flash Platform</description>
	<lastBuildDate>Thu, 02 Sep 2010 20:49:48 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Jackson Dunstan</title>
		<link>http://alecmce.com/as3/constants-and-speed/comment-page-1#comment-159</link>
		<dc:creator>Jackson Dunstan</dc:creator>
		<pubDate>Wed, 18 Nov 2009 17:25:55 +0000</pubDate>
		<guid isPermaLink="false">http://alecmce.com/?p=489#comment-159</guid>
		<description>Yep: http://jacksondunstan.com/articles/468</description>
		<content:encoded><![CDATA[<p>Yep: <a href="http://jacksondunstan.com/articles/468" rel="nofollow">http://jacksondunstan.com/articles/468</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jackson Dunstan</title>
		<link>http://alecmce.com/as3/constants-and-speed/comment-page-1#comment-486</link>
		<dc:creator>Jackson Dunstan</dc:creator>
		<pubDate>Wed, 18 Nov 2009 17:25:00 +0000</pubDate>
		<guid isPermaLink="false">http://alecmce.com/?p=489#comment-486</guid>
		<description>Yep: http://jacksondunstan.com/articles/468</description>
		<content:encoded><![CDATA[<p>Yep: <a href="http://jacksondunstan.com/articles/468" rel="nofollow">http://jacksondunstan.com/articles/468</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Compile-Time Constants &#171; JacksonDunstan.com</title>
		<link>http://alecmce.com/as3/constants-and-speed/comment-page-1#comment-158</link>
		<dc:creator>Compile-Time Constants &#171; JacksonDunstan.com</dc:creator>
		<pubDate>Wed, 18 Nov 2009 09:05:43 +0000</pubDate>
		<guid isPermaLink="false">http://alecmce.com/?p=489#comment-158</guid>
		<description>[...] McEachran&#8217;s latest article about constants reminded me of a trick I&#8217;ve recently learned and became a big fan of. His [...]</description>
		<content:encoded><![CDATA[<p>[...] McEachran&#8217;s latest article about constants reminded me of a trick I&#8217;ve recently learned and became a big fan of. His [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: alec</title>
		<link>http://alecmce.com/as3/constants-and-speed/comment-page-1#comment-157</link>
		<dc:creator>alec</dc:creator>
		<pubDate>Wed, 18 Nov 2009 08:27:14 +0000</pubDate>
		<guid isPermaLink="false">http://alecmce.com/?p=489#comment-157</guid>
		<description>Is this the mxml compiler&#039;s  -define=etc... solution? Come on Jackson, don&#039;t tease us!</description>
		<content:encoded><![CDATA[<p>Is this the mxml compiler&#8217;s  -define=etc&#8230; solution? Come on Jackson, don&#8217;t tease us!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://alecmce.com/as3/constants-and-speed/comment-page-1#comment-485</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Wed, 18 Nov 2009 08:27:00 +0000</pubDate>
		<guid isPermaLink="false">http://alecmce.com/?p=489#comment-485</guid>
		<description>Is this the mxml compiler&#039;s  -define=etc... solution? Come on Jackson, don&#039;t tease us!</description>
		<content:encoded><![CDATA[<p>Is this the mxml compiler&#8217;s  -define=etc&#8230; solution? Come on Jackson, don&#8217;t tease us!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jackson Dunstan</title>
		<link>http://alecmce.com/as3/constants-and-speed/comment-page-1#comment-156</link>
		<dc:creator>Jackson Dunstan</dc:creator>
		<pubDate>Wed, 18 Nov 2009 07:12:28 +0000</pubDate>
		<guid isPermaLink="false">http://alecmce.com/?p=489#comment-156</guid>
		<description>Of course the best way is to use a compile-time variable. I&#039;ll be covering that very soon on JacksonDunstan.com. You&#039;re totally right about the &quot;refactorability&quot; loss you get with direct constant usage. It&#039;s something I usually reserved for only the most performance-critical code... until I found compile-time constants of course!</description>
		<content:encoded><![CDATA[<p>Of course the best way is to use a compile-time variable. I&#8217;ll be covering that very soon on JacksonDunstan.com. You&#8217;re totally right about the &#8220;refactorability&#8221; loss you get with direct constant usage. It&#8217;s something I usually reserved for only the most performance-critical code&#8230; until I found compile-time constants of course!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jackson Dunstan</title>
		<link>http://alecmce.com/as3/constants-and-speed/comment-page-1#comment-484</link>
		<dc:creator>Jackson Dunstan</dc:creator>
		<pubDate>Wed, 18 Nov 2009 07:12:00 +0000</pubDate>
		<guid isPermaLink="false">http://alecmce.com/?p=489#comment-484</guid>
		<description>Of course the best way is to use a compile-time variable. I&#039;ll be covering that very soon on JacksonDunstan.com. You&#039;re totally right about the &quot;refactorability&quot; loss you get with direct constant usage. It&#039;s something I usually reserved for only the most performance-critical code... until I found compile-time constants of course!</description>
		<content:encoded><![CDATA[<p>Of course the best way is to use a compile-time variable. I&#8217;ll be covering that very soon on JacksonDunstan.com. You&#8217;re totally right about the &#8220;refactorability&#8221; loss you get with direct constant usage. It&#8217;s something I usually reserved for only the most performance-critical code&#8230; until I found compile-time constants of course!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: alec</title>
		<link>http://alecmce.com/as3/constants-and-speed/comment-page-1#comment-155</link>
		<dc:creator>alec</dc:creator>
		<pubDate>Tue, 17 Nov 2009 21:46:59 +0000</pubDate>
		<guid isPermaLink="false">http://alecmce.com/?p=489#comment-155</guid>
		<description>I discount that because I&#039;m considering the scenario where you need to share a constant across multiple classes. There were two clauses to consider: speed, and the ability to change the constant easily; &#039;refactorability&#039;.

You&#039;re welcome to do that by changing constants directly across a project Jackson, but rather you than me! :)</description>
		<content:encoded><![CDATA[<p>I discount that because I&#8217;m considering the scenario where you need to share a constant across multiple classes. There were two clauses to consider: speed, and the ability to change the constant easily; &#8216;refactorability&#8217;.</p>
<p>You&#8217;re welcome to do that by changing constants directly across a project Jackson, but rather you than me! <img src='http://alecmce.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://alecmce.com/as3/constants-and-speed/comment-page-1#comment-483</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Tue, 17 Nov 2009 21:46:00 +0000</pubDate>
		<guid isPermaLink="false">http://alecmce.com/?p=489#comment-483</guid>
		<description>I discount that because I&#039;m considering the scenario where you need to share a constant across multiple classes. There were two clauses to consider: speed, and the ability to change the constant easily; &#039;refactorability&#039;.

You&#039;re welcome to do that by changing constants directly across a project Jackson, but rather you than me! :)</description>
		<content:encoded><![CDATA[<p>I discount that because I&#8217;m considering the scenario where you need to share a constant across multiple classes. There were two clauses to consider: speed, and the ability to change the constant easily; &#8216;refactorability&#8217;.</p>
<p>You&#8217;re welcome to do that by changing constants directly across a project Jackson, but rather you than me! <img src='http://alecmce.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jackson Dunstan</title>
		<link>http://alecmce.com/as3/constants-and-speed/comment-page-1#comment-154</link>
		<dc:creator>Jackson Dunstan</dc:creator>
		<pubDate>Tue, 17 Nov 2009 21:23:02 +0000</pubDate>
		<guid isPermaLink="false">http://alecmce.com/?p=489#comment-154</guid>
		<description>The handling of constants is indeed quite annoying. Your workaround is a pretty good alternative to redefining the variables everywhere. For even better speed though, you would eliminate the variable lookup and just use the constant directly. It&#039;s ugly but fast. Comments can help a little here. :)</description>
		<content:encoded><![CDATA[<p>The handling of constants is indeed quite annoying. Your workaround is a pretty good alternative to redefining the variables everywhere. For even better speed though, you would eliminate the variable lookup and just use the constant directly. It&#8217;s ugly but fast. Comments can help a little here. <img src='http://alecmce.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>
