Erlang R15B02 发布

时间:2012-9-6     作者:smarteng     分类: 编程


Erlang是一个结构化,动态类型编程语言,内建并行计算支持。最初是由爱立信专门为通信应用设计的,比如控制交换机或者变换协议等,因此非常适 合于构建分布式,实时软并行计算系统。

Erlang R15B02 发布,该版本支持 dialyzer 并行,据测试在双核虚拟机环境中的dialyzer,

R15B02比之前的版本快了2-3倍,修复了一些潜在的编译 bug。

 

Dialyzer 是 Erlang 程序的差异分析.

另外就是一堆的bug修复和改进。

重点列举了:

Dialyzer: The type analysis tool Dialyzer is optimized to be generally faster. - It can now also run in parallel (default) on SMP systems and by this perform the analysis significantly faster (Thanks to Stavros Aronis and Kostis Sagonas)

The SSL application now has experimental support for the TLS 1.1 and 1.2 standards as well (Thanks to Andreas Schultz).

CommonTest: It is now possible to sort the generated html tables. A Netconf client (ct_netconf) which support basic netconf over ssh is added

Diameter: Statistics counters related to Diameter messages can now be retrieved by calling the diameter:service_info/2 function.

Various smaller optimizations in the Erlang VM

This release also contains 66 contributions from users outside the Ericsson team