YARV

From Infogalactic: the planetary knowledge core
Jump to: navigation, search

Lua error in package.lua at line 80: module 'strict' not found.

YARV
Developer(s) Koichi Sasada
Written in C[1]
Type Ruby Virtual Machine
Website 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), in the same vein as the original Ruby MRI, named for Ruby's creator Yukihiro Matsumoto.

Performance

Benchmarks by rubychan.de showed significant increases in performance.[2] Benchmarks by Antonio Cangiano showed an average four times speed improvement over the original interpreter.[3] Both evaluations comprised a mix of mostly synthetic benchmarks.

History

On January 1, 2007, YARV was merged into the Ruby Subversion repository.[4]

Ruby creator Yukihiro Matsumoto fully merged YARV into Ruby 1.9.0 which was released December 26, 2007.[5] From this point onwards YARV became the official Ruby interpreter, replacing the one developed by Matsumoto.

See also

References

  1. Lua error in package.lua at line 80: module 'strict' not found.
  2. Lua error in package.lua at line 80: module 'strict' not found.
  3. Lua error in package.lua at line 80: module 'strict' not found.
  4. Lua error in package.lua at line 80: module 'strict' not found. - Shades of Gray
  5. Lua error in package.lua at line 80: module 'strict' not found.

External links

<templatestyles src="Asbox/styles.css"></templatestyles>