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

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

我想阅读BEAM VM的指令集,了解它的内部结构,但我在谷歌上找到的都是过时的。

mpgws1up

mpgws1up1#

The Erlang-on-Xen project did a pretty extensive write-up of all the current BEAM instructions: http://erlangonxen.org/more/beam
Here's a historical description, which explains pretty well how things actually work: http://www.cs-lab.org/historical_beam_instruction_set.html
This (long) mailing list thread may also be of interest: http://erlang.org/pipermail/erlang-questions/2012-May/066515.html - At least the link to http://www.erlang.se/~bjorn/beam_file_format.html
Edit (2017): Nowadays, there is also the BEAM Book: https://github.com/happi/theBeamBook

相关问题