0

Erlang R15B02 はハイブリッド ヒープをサポートしていますか?

私はそれを実行configure --enable-hybrid-heap blabla...しますが、フラグが表示makeされません:[hybrid-heap]

$ erl
Erlang R15B02 (erts-5.9.2) [source] [64-bit halfword] [smp:16:16] [async-threads:0] [kernel-poll:false]

ここからこのフラグを知ることができます: https://stackoverflow.com/a/1185490/940313

4

1 に答える 1

1

実験的なハイブリッド ヒープの実装は R15B02 で廃止されました。

OTP-10105  Remove all code, documentation, options and diagnostic
       functions which were related to the experimental hybrid heap
       implementation.

http://www.erlang.org/download/otp_src_R15B02.readmeを参照してください。

于 2012-11-13T14:12:11.373 に答える