YARV
| Developer(s) | Koichi Sasada |
|---|---|
| Type | Ruby Virtual Machine |
| Website | http://www.ruby-lang.org/ |
YARV (Yet another Ruby VM) is a bytecode interpreter that was developed for the Ruby programming language by Koichi Sasada. The goal of the project was to greatly reduce the execution time of Ruby programs.
Since YARV has become the official Ruby interpreter for Ruby 1.9, it is also named KRI (Koichi's Ruby Interpreter).
Contents |
Performance[edit]
Benchmarks by rubychan.de showed significant increases in performance.[1] Benchmarks by Antonio Cangiano showed an average four times speed improvement over the original interpreter.[2] Both evaluations comprised a mix of mostly synthetic benchmarks.
History[edit]
On January 1, 2007, YARV was merged into the Ruby Subversion repository.[3]
Ruby creator Yukihiro Matsumoto fully merged YARV into Ruby 1.9.0 which was released December 26, 2007.[4] From this point onwards YARV became the official Ruby interpreter, replacing the one developed by Matsumoto.
See also[edit]
References[edit]
- ^ Benchmarks: Ruby 1.8 and Ruby 1.9 (rubychan.de)
- ^ Cangiano, Antonio (2007-03-12). "The Great Ruby Shootout". Retrieved 2008-02-01.
- ^ The Ruby VM: Episode I - Shades of Gray
- ^ merge YARV announcement by Koichi Sasada
External links[edit]
- YARV home page Note: obsolete now that YARV is merged into Ruby
- YARV: Yet Another RubyVM ... on Rails? - Koichi Sasada's RubyConf 2006 presentation
- The Great Ruby Shootout (December 2008) - Ruby 1.9.1 (YARV) versus other Ruby VMs
- YARV in The Computer Language Benchmarks Game - Ruby 1.9.0(YARV) versus Ruby 1.8.6
- YARV in The Computer Language Benchmarks Game - Ruby 1.9.1 versus Ruby 1.8.7
|
|||||||||||||||||||||||
| This programming language–related article is a stub. You can help Wikipedia by expanding it. |