<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Ruby On Rails Programming Guide &#187; JIT</title>
	<atom:link href="http://rubyonrailsprogrammingguide.com/tag/jit/feed/" rel="self" type="application/rss+xml" />
	<link>http://rubyonrailsprogrammingguide.com</link>
	<description>Ruby on Rails for Everybody</description>
	<lastBuildDate>Tue, 10 Aug 2010 01:05:26 +0000</lastBuildDate>
	
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>RUBY with just-in-time compilation</title>
		<link>http://rubyonrailsprogrammingguide.com/programming/ruby-with-just-in-time-compilation/</link>
		<comments>http://rubyonrailsprogrammingguide.com/programming/ruby-with-just-in-time-compilation/#comments</comments>
		<pubDate>Wed, 02 Apr 2008 03:34:23 +0000</pubDate>
		<dc:creator>editor</dc:creator>
				<category><![CDATA[Basics]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[JIT]]></category>
		<category><![CDATA[Ruby]]></category>

		<guid isPermaLink="false">http://rubyonrailsprogrammingguide.com/programming/ruby-with-just-in-time-compilation/</guid>
		<description><![CDATA[
There are several alternative implementations and completion of the Ruby language as of 2008 including JRuby, Rubinius, IronRuby and YARV. Each of them has different approach especially that JRuby provides just-in-time compilation functionality. JIT or just-in-time compilation is also known as Dynamic Translation. In computing, it is a system and a technique for improving runtime [...]]]></description>
			<content:encoded><![CDATA[<p><a href='http://rubyonrailsprogrammingguide.com/wp-content/uploads/2008/05/2ed1fe69802.jpg' title='2ed1fe69802.jpg'><img src='http://rubyonrailsprogrammingguide.com/wp-content/uploads/2008/05/2ed1fe69802.jpg' alt='2ed1fe69802.jpg' /></a></p>
<p>There are several alternative implementations and completion of the Ruby language as of 2008 including JRuby, Rubinius, IronRuby and YARV. Each of them has different approach especially that JRuby provides just-in-time compilation functionality. JIT or just-in-time compilation is also known as Dynamic Translation. In computing, it is a system and a technique for improving runtime performance of a computer program. It has two earlier ideas in run-time environments such as dynamic compilation and bytecode compilation. Its advantage over statically compiling the code at development time is that it can recompile the code and its ability to enforce security guarantees. Hence it can merge a few of the advantages of interpretation and static compilation. </p>
]]></content:encoded>
			<wfw:commentRss>http://rubyonrailsprogrammingguide.com/programming/ruby-with-just-in-time-compilation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
