【问题标题】:Hybrid heap support in Erlang R15B02?Erlang R15B02 中的混合堆支持?
【发布时间】:2012-11-01 21:51:16
【问题描述】:

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

【问题讨论】:

    标签: compilation erlang heap-memory configure


    【解决方案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

    【讨论】:

    • 谢谢。但是,我不明白为什么它消失了?你有什么想法吗?
    • 这是实验性的,OTP 团队不想尝试通过他们目前对系统进行的更改来保持它的活力。不过,我认为这一变化为未来更好的堆实现铺平了道路。
    猜你喜欢
    • 2012-09-17
    • 1970-01-01
    • 1970-01-01
    • 2018-03-31
    • 1970-01-01
    • 2023-03-27
    • 2010-11-26
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多