博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
JRuby 1.1 RC2 Released
阅读量:5877 次
发布时间:2019-06-19

本文共 842 字,大约阅读时间需要 2 分钟。

修正了很多bug,我关注的 JRUBY-1686也得到了修正,距离1.1的发布不远了。

The JRuby community is pleased to announce the release of JRuby 1.1 RC 2

Homepage:

Download:

JRuby 1.1RC2 is the second release candidate of JRuby 1.1.  JRuby 1.1

represents a concerted focus on speed and refinement.  code can
completely compile in an Ahead Of Time (AOT) or Just In Time (JIT) mode;
yielding a faster !  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)

文章转自庄周梦蝶  ,原文发布时间2008-02-18

转载地址:http://ljuix.baihongyu.com/

你可能感兴趣的文章
XML 节点类型
查看>>
驯服 Tiger: 并发集合 超越 Map、Collection、List 和 Set
查看>>
Winform开发框架之权限管理系统改进的经验总结(3)-系统登录黑白名单的实现...
查看>>
Template Method Design Pattern in Java
查看>>
MVC输出字符串常用四个方式
查看>>
LeetCode – LRU Cache (Java)
查看>>
JavaScript高级程序设计--对象,数组(栈方法,队列方法,重排序方法,迭代方法)...
查看>>
【转】 学习ios(必看经典)牛人40天精通iOS开发的学习方法【2015.12.2
查看>>
nginx+php的使用
查看>>
在 ASP.NET MVC 中使用异步控制器
查看>>
SQL语句的执行过程
查看>>
Silverlight开发历程—动画(线性动画)
查看>>
详解Linux中Load average负载
查看>>
HTTP 协议 Cache-Control 头——性能啊~~~
查看>>
丢包补偿技术概述
查看>>
PHP遍历文件夹及子文件夹所有文件
查看>>
WinForm程序中两份mdf文件问题的解决
查看>>
【转】唯快不破:创业公司如何高效的进行产品研发管理
查看>>
Spark RDD、DataFrame原理及操作详解
查看>>
程序计数器、反汇编工具
查看>>