[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 1:43:00 AM

Hi,

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

|> Does the loading for the parsed/node tree generated dump avoid
|> evaluation? I mean, there is no need to reparse it, right? If so, then
|> you have a speed boost when loading pre-compiled ruby scripts and
|> sounds good.
|>
|Yes, of course. The main purpose is speed up.

Have you measured the performance of the "compiler"?

matz.