Erlang R15B02中是否支持混合堆?

ni65a41a  于 2022-12-08  发布在  Erlang
关注(0)|答案(1)|浏览(134)

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

wrrgggsh

wrrgggsh1#

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

相关问题