浏览 3336 次
锁定老帖子 主题:erlang R12B预览版本出来了
精华帖 (0) :: 良好帖 (0) :: 新手帖 (0) :: 隐藏帖 (0)
|
|
---|---|
作者 | 正文 |
发表时间:2007-10-27
声明:ITeye文章版权属于作者,受法律保护。没有作者书面许可不得转载。
推荐链接
|
|
返回顶楼 | |
发表时间:2007-10-27
好像还没有正式公布吧?
|
|
返回顶楼 | |
发表时间:2007-10-27
1. emulator里面改了不少opcode, 还有lock的使用更严谨。
2. 库就是 mnesia inets stdlib kernel ssl ssh几个改动的比较多 3. 相应的compiler改了 不少支持新的特性如 -spec() 4. stdlib添加了个array的数据结构 改动主要体现在易用性和bug修复. |
|
返回顶楼 | |
发表时间:2007-10-27
In the final R12B, there will probably be changes to the
bit-level binaries. Source code that use bit-level binaries with the R11B syntax will compile in R12B-0, but not in R12B-1. (The only reason for allowing the experimental syntax in R12B-0 is that we bootstrap the next release using the latest official release.) The performance of most bit syntax code will be better in R12B than in R11B (it should never be slower). |
|
返回顶楼 | |
发表时间:2007-10-27
root@i004:~/otp_src_R12B-0/bin# ./erl
Erlang (BEAM) emulator version 5.6 [source] [smp:4] [async-threads:0] [hipe] [kernel-poll:false] Eshell V5.6 (abort with ^G) r12b默认启用smp 这个难道说明对smp的稳定度有信心了? |
|
返回顶楼 | |
发表时间:2007-10-28
-spec只是用来产生文档的?看起来还行,比以前那个放在注释里的要漂亮多了,要是可以用来做一个代码检查就更好了。
|
|
返回顶楼 | |
发表时间:2007-11-19
Release of R12B 5:th of December
|
|
返回顶楼 | |