Ruby Compiler(s) and

F

forrie

This topic has been discussed before on this list, however the replies
are disabled (age).

New to Ruby, I am curious whether future versions of the language may
support storing byte-compiled versions of code, similar to Python.

filename.rb
filename.rbc

I wonder what implications this may have in an Enterprise situation
where the application needs to scale and perform better (a la
mod_ruby). PHP has applications like phpaccelerator that stores
byte-compiled code, for example.

Thanks.
 
A

Austin Ziegler

New to Ruby, I am curious whether future versions of the language may
support storing byte-compiled versions of code, similar to Python.

filename.rb
filename.rbc

I wonder what implications this may have in an Enterprise situation
where the application needs to scale and perform better (a la
mod_ruby). PHP has applications like phpaccelerator that stores
byte-compiled code, for example.

Do a google search for YARV.

-austin
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,014
Latest member
BiancaFix3

Latest Threads

Top