[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

Re: Ruby Compiler

Yukihiro Matsumoto

3/22/2008 7:52:00 AM

Hi,

In message "Re: Ruby Compiler"
on Sat, 22 Mar 2008 11:54:40 +0900, "Park Heesob" <phasis68@hotmail.com> writes:

|> Have you measured the performance of the "compiler"?
|
|Actually the performance is not as good as I expected.
|For the simple source code, the peformance is not better than ruby interpreter.
|If the parsing time takes longer, the performance is better enough.
|I guess the web environment ruby code like Ruby On Rails can have some performance gain.

Last time I have benchmarked, parsing time was not significant. I am
very interested in how much this approach works for what kind of
situation, say RoR.

matz.