This week's book giveaway is in the General Computing forum.
We're giving away four copies of Arduino in Action and have Martin Evans, Joshua Noble, and Jordan Hochenbaum on-line!
See this thread for details.
The moose likes Ruby and the fly likes Ruby - JIT Compilers? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Languages » Ruby
Reply Bookmark "Ruby - JIT Compilers?" Watch "Ruby - JIT Compilers?" New topic
Author

Ruby - JIT Compilers?

Mourouganandame Arunachalam
Ranch Hand

Joined: Oct 29, 2008
Posts: 396
Hi,

Is there any tools or concept like JIT (Just-In-Time) compilers for Ruby, something like Java?

Mourougan


Mourougan
Open Source leads to Open Mind
Munendra Chevuru
Greenhorn

Joined: Feb 26, 2009
Posts: 3
Ludicrous is a just-in-time compiler for Ruby 1.8 and 1.9. Though still in the experimental stage, its performance is roughly on par with YARV (better in some benchmarks, though that may change as more features are added). It's easy to use:

class MyClass
...
include Ludicrous::Speed
# (or Ludicrous::JITCompiled)
end


I think the following site might be helpful.
Munendra Chevuru
Greenhorn

Joined: Feb 26, 2009
Posts: 3
http://rubystuff.org/ludicrous/
Mourouganandame Arunachalam
Ranch Hand

Joined: Oct 29, 2008
Posts: 396
Thanks Munendra....

Mourougan
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: Ruby - JIT Compilers?
 
Similar Threads
difference in client and server results
Ebean - simple ORM
JIT compiler
Tech Word Game
JIT(JUST IN TIME) COMPILERS