<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Faster ruby(2)</title>
	<atom:link href="http://hellohellonico.wordpress.com/2007/07/20/faster-ruby2/feed/" rel="self" type="application/rss+xml" />
	<link>http://hellohellonico.wordpress.com/2007/07/20/faster-ruby2/</link>
	<description>Just another WordPress.com weblog</description>
	<lastBuildDate>Fri, 21 Sep 2007 04:44:15 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: hellonico</title>
		<link>http://hellohellonico.wordpress.com/2007/07/20/faster-ruby2/#comment-6</link>
		<dc:creator>hellonico</dc:creator>
		<pubDate>Fri, 20 Jul 2007 08:49:46 +0000</pubDate>
		<guid isPermaLink="false">http://hellohellonico.wordpress.com/2007/07/20/faster-ruby2/#comment-6</guid>
		<description>Charles, 

I&#039;ve updated with my results with your options. It does really speed things up. 
Since I am trying to get an application to work seamlessly whether on ruby or jruby, I am going to try those options on our own test suite as well.
Will keep you posted !

Thanks a ton for that.</description>
		<content:encoded><![CDATA[<p>Charles, </p>
<p>I&#8217;ve updated with my results with your options. It does really speed things up.<br />
Since I am trying to get an application to work seamlessly whether on ruby or jruby, I am going to try those options on our own test suite as well.<br />
Will keep you posted !</p>
<p>Thanks a ton for that.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Charles Oliver Nutter</title>
		<link>http://hellohellonico.wordpress.com/2007/07/20/faster-ruby2/#comment-5</link>
		<dc:creator>Charles Oliver Nutter</dc:creator>
		<pubDate>Fri, 20 Jul 2007 07:13:47 +0000</pubDate>
		<guid isPermaLink="false">http://hellohellonico.wordpress.com/2007/07/20/faster-ruby2/#comment-5</guid>
		<description>FYI, there&#039;s a few things you can do to speed this test up in JRuby:

* Pass -J-server to JRuby to use the Java &quot;server&quot; VM

* wrap the 0.upto pieces in methods and pass -J-Djruby.jit.threshold=0 to get them to compile (the whole script won&#039;t compile because the compiler doesn&#039;t compile class defs yet)

* Pass -O to JRuby to turn off ObjectSpace

With those changes made the two tests came in at around 9 seconds and 7 seconds, with MRI around 7.5 seconds on my sytsem.</description>
		<content:encoded><![CDATA[<p>FYI, there&#8217;s a few things you can do to speed this test up in JRuby:</p>
<p>* Pass -J-server to JRuby to use the Java &#8220;server&#8221; VM</p>
<p>* wrap the 0.upto pieces in methods and pass -J-Djruby.jit.threshold=0 to get them to compile (the whole script won&#8217;t compile because the compiler doesn&#8217;t compile class defs yet)</p>
<p>* Pass -O to JRuby to turn off ObjectSpace</p>
<p>With those changes made the two tests came in at around 9 seconds and 7 seconds, with MRI around 7.5 seconds on my sytsem.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
