<?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: Decrement versus Increment in Loop 2</title>
	<atom:link href="http://blog.jactionscripters.com/2010/05/01/decrement-versus-increment-in-loop-2/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.jactionscripters.com/2010/05/01/decrement-versus-increment-in-loop-2/</link>
	<description>More than 20 Japanese flash coders share the blog/ You will be junkie for this crazy Japanese Flash news</description>
	<lastBuildDate>Fri, 07 Oct 2011 13:57:59 +0900</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Fumio Nonaka</title>
		<link>http://blog.jactionscripters.com/2010/05/01/decrement-versus-increment-in-loop-2/comment-page-1/#comment-6196</link>
		<dc:creator>Fumio Nonaka</dc:creator>
		<pubDate>Sat, 22 May 2010 19:49:21 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jactionscripters.com/?p=1233#comment-6196</guid>
		<description>Thank you for you comment, Anton. But what we would like to know is not the difference of the bytecode but logical explanation to tell which statements is faster than others.</description>
		<content:encoded><![CDATA[<p>Thank you for you comment, Anton. But what we would like to know is not the difference of the bytecode but logical explanation to tell which statements is faster than others.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fumio Nonaka</title>
		<link>http://blog.jactionscripters.com/2010/05/01/decrement-versus-increment-in-loop-2/comment-page-1/#comment-6195</link>
		<dc:creator>Fumio Nonaka</dc:creator>
		<pubDate>Sat, 22 May 2010 19:42:44 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jactionscripters.com/?p=1233#comment-6195</guid>
		<description>Thank you for your comment, Robert. I added the test and it is slower. Perhaps, I think implicit conversion of number to boolean might take cpu.
http://wonderfl.net/c/czez</description>
		<content:encoded><![CDATA[<p>Thank you for your comment, Robert. I added the test and it is slower. Perhaps, I think implicit conversion of number to boolean might take cpu.<br />
<a href="http://wonderfl.net/c/czez" rel="nofollow">http://wonderfl.net/c/czez</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anton Volkov</title>
		<link>http://blog.jactionscripters.com/2010/05/01/decrement-versus-increment-in-loop-2/comment-page-1/#comment-6168</link>
		<dc:creator>Anton Volkov</dc:creator>
		<pubDate>Tue, 11 May 2010 05:13:02 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jactionscripters.com/?p=1233#comment-6168</guid>
		<description>All this is obvious if you look to bytecode.
Use the Apparat (http://code.google.com/p/apparat/) to better understand how it works.</description>
		<content:encoded><![CDATA[<p>All this is obvious if you look to bytecode.<br />
Use the Apparat (<a href="http://code.google.com/p/apparat/" rel="nofollow">http://code.google.com/p/apparat/</a>) to better understand how it works.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robert Penner</title>
		<link>http://blog.jactionscripters.com/2010/05/01/decrement-versus-increment-in-loop-2/comment-page-1/#comment-6162</link>
		<dc:creator>Robert Penner</dc:creator>
		<pubDate>Mon, 03 May 2010 17:55:19 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jactionscripters.com/?p=1233#comment-6162</guid>
		<description>What about this?

while (i--)</description>
		<content:encoded><![CDATA[<p>What about this?</p>
<p>while (i&#8211;)</p>
]]></content:encoded>
	</item>
</channel>
</rss>

