<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" version="2.0">
<channel>
	<title>Comments for Learn OpenGL ES</title>
	
	<link>http://www.learnopengles.com</link>
	<description>Learn how to develop mobile graphics using OpenGL ES 2</description>
	<lastBuildDate>Mon, 14 Apr 2014 19:47:21 +0000</lastBuildDate>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.8.3</generator>
	<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/CommentsForLearnOpenglEs" /><feedburner:info xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" uri="commentsforlearnopengles" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
		<title>Comment on How to Embed Webgl into a WordPress Post by Admin</title>
		<link>http://www.learnopengles.com/how-to-embed-webgl-into-a-wordpress-post/#comment-2275</link>
		<dc:creator><![CDATA[Admin]]></dc:creator>
		<pubDate>Mon, 14 Apr 2014 19:47:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.learnopengles.com/?p=479#comment-2275</guid>
		<description><![CDATA[IIRC, when I did this, I had to keep the editor in HTML mode otherwise things would break. :(]]></description>
		<content:encoded><![CDATA[<p>IIRC, when I did this, I had to keep the editor in HTML mode otherwise things would break. <img src="http://www.learnopengles.com/wordpress/wp-includes/images/smilies/icon_sad.gif" alt=":(" class="wp-smiley" /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on A performance comparison between Java and C on the Nexus 5 by Admin</title>
		<link>http://www.learnopengles.com/a-performance-comparison-between-java-and-c-on-the-nexus-5/#comment-2274</link>
		<dc:creator><![CDATA[Admin]]></dc:creator>
		<pubDate>Mon, 14 Apr 2014 19:44:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.learnopengles.com/?p=2293#comment-2274</guid>
		<description><![CDATA[I tried porting the code to Renderscript, but I don&#039;t have experience using Renderscript and I didn&#039;t succeed in getting it to work. If you have an implementation I can plug in and test, I&#039;d be glad to add it to the comparison.]]></description>
		<content:encoded><![CDATA[<p>I tried porting the code to Renderscript, but I don&#8217;t have experience using Renderscript and I didn&#8217;t succeed in getting it to work. If you have an implementation I can plug in and test, I&#8217;d be glad to add it to the comparison.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on A performance comparison between Java and C on the Nexus 5 by Admin</title>
		<link>http://www.learnopengles.com/a-performance-comparison-between-java-and-c-on-the-nexus-5/#comment-2273</link>
		<dc:creator><![CDATA[Admin]]></dc:creator>
		<pubDate>Mon, 14 Apr 2014 19:42:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.learnopengles.com/?p=2293#comment-2273</guid>
		<description><![CDATA[I didn&#039;t try it, but I&#039;m not sure how much of a difference it would make on code that is run through a JIT / AOT compiler. I agree it&#039;s worth a shot, and I can try it in a future update.]]></description>
		<content:encoded><![CDATA[<p>I didn&#8217;t try it, but I&#8217;m not sure how much of a difference it would make on code that is run through a JIT / AOT compiler. I agree it&#8217;s worth a shot, and I can try it in a future update.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on A performance comparison between Java and C on the Nexus 5 by Admin</title>
		<link>http://www.learnopengles.com/a-performance-comparison-between-java-and-c-on-the-nexus-5/#comment-2272</link>
		<dc:creator><![CDATA[Admin]]></dc:creator>
		<pubDate>Mon, 14 Apr 2014 19:41:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.learnopengles.com/?p=2293#comment-2272</guid>
		<description><![CDATA[Fixed, thanks. :)]]></description>
		<content:encoded><![CDATA[<p>Fixed, thanks. <img src="http://www.learnopengles.com/wordpress/wp-includes/images/smilies/icon_smile.gif" alt=":)" class="wp-smiley" /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on A performance comparison between Java and C on the Nexus 5 by Admin</title>
		<link>http://www.learnopengles.com/a-performance-comparison-between-java-and-c-on-the-nexus-5/#comment-2271</link>
		<dc:creator><![CDATA[Admin]]></dc:creator>
		<pubDate>Mon, 14 Apr 2014 19:41:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.learnopengles.com/?p=2293#comment-2271</guid>
		<description><![CDATA[&quot;Not very interesting since 95% of code is just Gluing gui and IO together.&quot; 

Well, your experiences and opinions are not necessarily representative of everyone else&#039;s. :)

&quot;Also your comparison probably does not ensure that the JIT kicked in.&quot;

How much time does the JIT need before it can &quot;kick in&quot;? 1 minute? 5 minutes? 30 minutes? ART also uses ahead-of-time compilation.]]></description>
		<content:encoded><![CDATA[<p>&#8220;Not very interesting since 95% of code is just Gluing gui and IO together.&#8221; </p>
<p>Well, your experiences and opinions are not necessarily representative of everyone else&#8217;s. <img src="http://www.learnopengles.com/wordpress/wp-includes/images/smilies/icon_smile.gif" alt=":)" class="wp-smiley" /> </p>
<p>&#8220;Also your comparison probably does not ensure that the JIT kicked in.&#8221;</p>
<p>How much time does the JIT need before it can &#8220;kick in&#8221;? 1 minute? 5 minutes? 30 minutes? ART also uses ahead-of-time compilation.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on A performance comparison between Java and C on the Nexus 5 by Admin</title>
		<link>http://www.learnopengles.com/a-performance-comparison-between-java-and-c-on-the-nexus-5/#comment-2270</link>
		<dc:creator><![CDATA[Admin]]></dc:creator>
		<pubDate>Mon, 14 Apr 2014 19:37:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.learnopengles.com/?p=2293#comment-2270</guid>
		<description><![CDATA[I didn&#039;t try that, but the methods are already static, so I wouldn&#039;t expect a huge difference. I can try it in the next update.]]></description>
		<content:encoded><![CDATA[<p>I didn&#8217;t try that, but the methods are already static, so I wouldn&#8217;t expect a huge difference. I can try it in the next update.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on A performance comparison between Java and C on the Nexus 5 by Admin</title>
		<link>http://www.learnopengles.com/a-performance-comparison-between-java-and-c-on-the-nexus-5/#comment-2269</link>
		<dc:creator><![CDATA[Admin]]></dc:creator>
		<pubDate>Mon, 14 Apr 2014 19:35:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.learnopengles.com/?p=2293#comment-2269</guid>
		<description><![CDATA[Thank you, just noticed it myself as well. Amazing how many times we can read over something and our brain auto-fills in what we expected to read. ;)]]></description>
		<content:encoded><![CDATA[<p>Thank you, just noticed it myself as well. Amazing how many times we can read over something and our brain auto-fills in what we expected to read. <img src="http://www.learnopengles.com/wordpress/wp-includes/images/smilies/icon_wink.gif" alt=";)" class="wp-smiley" /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on A performance comparison between Java and C on the Nexus 5 by Bozo Clown</title>
		<link>http://www.learnopengles.com/a-performance-comparison-between-java-and-c-on-the-nexus-5/#comment-2268</link>
		<dc:creator><![CDATA[Bozo Clown]]></dc:creator>
		<pubDate>Mon, 14 Apr 2014 17:37:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.learnopengles.com/?p=2293#comment-2268</guid>
		<description><![CDATA[Typo on first line: auad-core]]></description>
		<content:encoded><![CDATA[<p>Typo on first line: auad-core</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on A performance comparison between Java and C on the Nexus 5 by Ram</title>
		<link>http://www.learnopengles.com/a-performance-comparison-between-java-and-c-on-the-nexus-5/#comment-2265</link>
		<dc:creator><![CDATA[Ram]]></dc:creator>
		<pubDate>Mon, 14 Apr 2014 15:42:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.learnopengles.com/?p=2293#comment-2265</guid>
		<description><![CDATA[Excellent -- thank you]]></description>
		<content:encoded><![CDATA[<p>Excellent &#8212; thank you</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on A performance comparison between Java and C on the Nexus 5 by Mobile Phone Development » Blog Archive » Android NDK Performance</title>
		<link>http://www.learnopengles.com/a-performance-comparison-between-java-and-c-on-the-nexus-5/#comment-2264</link>
		<dc:creator><![CDATA[Mobile Phone Development &#187; Blog Archive &#187; Android NDK Performance]]></dc:creator>
		<pubDate>Mon, 14 Apr 2014 15:35:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.learnopengles.com/?p=2293#comment-2264</guid>
		<description><![CDATA[[&#8230;] OpenGL ES has a useful post that compares the speed of a digital signal processing (DSP) filter implemented in Java and c. [&#8230;]]]></description>
		<content:encoded><![CDATA[<p>[&#8230;] OpenGL ES has a useful post that compares the speed of a digital signal processing (DSP) filter implemented in Java and c. [&#8230;]</p>
]]></content:encoded>
	</item>
</channel>
</rss><!-- Dynamic page generated in 0.436 seconds. --><!-- Cached page generated by WP-Super-Cache on 2014-04-14 19:59:21 --><!-- Compression = gzip -->
