在哪里可以获得 Erlang BEAM VM 的最新规范?

hur*_*ron 4 erlang functional-programming virtual-machine elixir

我想阅读 BEAM VM 的指令集并了解其内部结构,但我在 google 上能找到的都已经过时了。

Ric*_*rdC 6

Erlang-on-Xen 项目对所有当前的 BEAM 指令进行了相当广泛的编写:http : //erlangonxen.org/more/beam

这是一个历史描述,它很好地解释了事情的实际运作方式:http : //www.cs-lab.org/historical_beam_instruction_set.html

这个(长)邮件列表线程可能也很有趣:http : //erlang.org/pipermail/erlang-questions/2012-May/066515.html - 至少是http://www.erlang.se/的链接~bjorn/beam_file_format.html

编辑(2017):如今,还有 BEAM Book:https : //github.com/happi/theBeamBook