18
JRuby 1.1RC2 Released
The JRuby community is pleased to announce the release of JRuby 1.1 RC 2
Homepage: http://www.jruby.org/
Download: http://dist.codehaus.org/jruby/
JRuby 1.1RC2 is the second release candidate of JRuby 1.1.聽 JRuby 1.1
represents a concerted focus on speed and refinement.聽 Ruby code can
completely compile in an Ahead Of Time (AOT) or Just In Time (JIT) mode;
yielding a faster Ruby!聽 It also uses less memory than our previous releases.
We need people to download JRuby 1.1RC2 and give us feedback.聽 Test your
applications and help us make JRuby 1.1 a great release.
Highlights:
- 260 issues resolved since JRuby 1.1RC1
- Large IO refactoring
- Memory improvements for JIT’d methods:
- Control total number of methods JIT’d
- Support a JIT cache between runtimes to return permgen
- Reduce codesize of generated methods (50-70% reduction)
Vladimir Sizikov has been added as a core committer.聽 His amazing work
on fixing rubyspec failures has made him a welcome addition to the team.
We want to thank all the people who gave us feedback this last release cycle.
We ended up resolving a tremendous number of issues in a short period of time.
Tags: JRuby
